Skip to content

Commit 72d9f3b

Browse files
committed
update
1 parent 0b9c0c1 commit 72d9f3b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

gpu/Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,20 @@ ENV DEBIAN_FRONTEND=noninteractive \
2424
# ENV LD_LIBRARY_PATH /usr/local/${CUDA}/compat:$LD_LIBRARY_PATH
2525

2626
RUN \
27-
# add sources for older pythons
2827
apt-get update -qq --fix-missing && \
29-
apt-get install -y --no-install-recommends software-properties-common && \
30-
# add-apt-repository ppa:deadsnakes/ppa && \
28+
apt-get install -y --no-install-recommends \
29+
software-properties-common \
30+
dirmngr \
31+
gnupg && \
32+
add-apt-repository ppa:deadsnakes/ppa && \
3133
apt-add-repository universe && \
3234
apt-get -y update -qq --fix-missing && \
3335
apt-get -y install --no-install-recommends \
3436
python${PYTHON_VERSION} \
3537
python${PYTHON_VERSION}-dev \
3638
python${PYTHON_VERSION}-distutils \
3739
curl \
38-
wget \
39-
&& \
40+
wget && \
4041
rm -rf /var/lib/apt/lists/* && \
4142

4243
# Set the default python and install PIP packages

0 commit comments

Comments
 (0)