File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,20 @@ ENV DEBIAN_FRONTEND=noninteractive \
2424# ENV LD_LIBRARY_PATH /usr/local/${CUDA}/compat:$LD_LIBRARY_PATH
2525
2626RUN \
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
You can’t perform that action at this time.
0 commit comments