We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a32a5 commit bd8bd80Copy full SHA for bd8bd80
commons/Dockerfile.base.py38-cuda11.3
@@ -199,9 +199,7 @@ RUN if [[ "${PYTHON_VERSION}" == "3.8" ]]; then \
199
apt-get install -y python${PYTHON_VERSION}-distutils python-apt ; \
200
fi
201
202
-RUN rm /usr/bin/python /usr/bin/python3 && \
203
- ln -s /usr/bin/python3.8 /usr/bin/python3 && \
204
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
+RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 && \
205
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
206
207
WORKDIR /tmp
0 commit comments