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 b50d46e commit 40e5ad3Copy full SHA for 40e5ad3
dockers/base-cuda/Dockerfile
@@ -59,7 +59,7 @@ RUN \
59
add-apt-repository ppa:deadsnakes/ppa && \
60
apt-get install -y \
61
python${PYTHON_VERSION} \
62
- python${PYTHON_VERSION}-setuptools \
+ python3-setuptools \
63
python${PYTHON_VERSION}-dev \
64
&& \
65
update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && \
0 commit comments