Skip to content

Commit 26cdf83

Browse files
format Dockerfile
1 parent b3c1c28 commit 26cdf83

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Dockerfile

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
2-
2+
LABEL maintainer="[email protected]"
33

4-
#nVidia fix based on Nathan's recommendation
4+
# Nvidia fix based on Nate's recommendation
55
RUN apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub
66

7-
87
RUN apt-get update \
9-
&& apt-get install -y tmux \
10-
&& apt-get install -y vim \
11-
&& apt-get install -y libpq-dev \
12-
&& apt-get install -y gcc \
13-
&& apt-get clean
8+
&& apt-get install -y tmux \
9+
&& apt-get install -y vim \
10+
&& apt-get install -y libpq-dev \
11+
&& apt-get install -y gcc \
12+
&& apt-get clean
1413

1514
# first remove PyYAML from conda or else pip gives us an error that a distutils library cannot be
1615
# uninstalled

0 commit comments

Comments
 (0)