File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04
1
+ # From https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/supported-tags.md
2
+ FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
2
3
3
4
RUN yes | unminimize
4
5
@@ -7,11 +8,9 @@ RUN wget https://packages.cloud.google.com/apt/doc/apt-key.gpg && apt-key add ap
7
8
RUN apt-get update && \
8
9
apt-get install -y --no-install-recommends wget curl tmux vim git gdebi-core \
9
10
build-essential python3-pip unzip google-cloud-sdk htop mesa-utils xorg-dev xorg \
10
- libglvnd-dev libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev && \
11
+ libglvnd-dev libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev xvfb && \
11
12
wget http://security.ubuntu.com/ubuntu/pool/main/libx/libxfont/libxfont1_1.5.1-1ubuntu0.16.04.4_amd64.deb && \
12
- wget http://security.ubuntu.com/ubuntu/pool/universe/x/xorg-server/xvfb_1.18.4-0ubuntu0.10_amd64.deb && \
13
- yes | gdebi libxfont1_1.5.1-1ubuntu0.16.04.4_amd64.deb && \
14
- yes | gdebi xvfb_1.18.4-0ubuntu0.10_amd64.deb
13
+ yes | gdebi libxfont1_1.5.1-1ubuntu0.16.04.4_amd64.deb
15
14
RUN python3 -m pip install --upgrade pip
16
15
RUN pip install setuptools==41.0.0
17
16
You can’t perform that action at this time.
0 commit comments