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 72d9f3b commit db50708Copy full SHA for db50708
cpu/Dockerfile
@@ -29,7 +29,6 @@ RUN \
29
apt-get -y install --no-install-recommends \
30
python${PYTHON_VERSION} \
31
python${PYTHON_VERSION}-dev \
32
- python${PYTHON_VERSION}-distutils \
33
curl \
34
wget && \
35
rm -rf /var/lib/apt/lists/* && \
gpu/Dockerfile
@@ -35,7 +35,6 @@ RUN \
36
37
38
39
40
41
0 commit comments