File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:11.6.2-devel-ubuntu20.04 as base
3
3
# FROM nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu18.04 as base
4
4
5
5
RUN apt-get update -qqy && \
6
- apt-get install -y \
6
+ DEBIAN_FRONTEND=noninteractive apt-get install -y \
7
7
build-essential \
8
8
cmake \
9
9
curl \
@@ -16,13 +16,14 @@ RUN apt-get update -qqy && \
16
16
locales \
17
17
pkg-config \
18
18
poppler-utils \
19
- python3.7 python3.7-dev python3.7-distutils \
19
+ # python3.8 python3.8-dev python3.7-distutils \
20
+ python3.8 python3.8-dev \
20
21
python3-pip \
21
22
software-properties-common \
22
23
unzip \
23
24
wget \
24
25
&& \
25
- update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 \
26
+ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 \
26
27
&& \
27
28
apt-get clean && \
28
29
apt-get autoremove && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nvidia/cuda:11.6.2-devel-ubuntu20.04 as base
3
3
# FROM nvidia/cuda:11.6.0-cudnn8-runtime-ubuntu18.04 as base
4
4
5
5
RUN apt-get update -qqy && \
6
- apt-get install -y \
6
+ DEBIAN_FRONTEND=noninteractive apt-get install -y \
7
7
build-essential \
8
8
cmake \
9
9
curl \
@@ -16,13 +16,14 @@ RUN apt-get update -qqy && \
16
16
locales \
17
17
pkg-config \
18
18
poppler-utils \
19
- python3.7 python3.7-dev python3.7-distutils \
19
+ # python3.7 python3.7-dev python3.7-distutils \
20
+ python3.8 python3.8-dev \
20
21
python3-pip \
21
22
software-properties-common \
22
23
unzip \
23
24
wget \
24
25
&& \
25
- update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 \
26
+ update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 \
26
27
&& \
27
28
apt-get clean && \
28
29
apt-get autoremove && \
You can’t perform that action at this time.
0 commit comments