Skip to content

Commit db50708

Browse files
committed
distutils
1 parent 72d9f3b commit db50708

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cpu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN \
2929
apt-get -y install --no-install-recommends \
3030
python${PYTHON_VERSION} \
3131
python${PYTHON_VERSION}-dev \
32-
python${PYTHON_VERSION}-distutils \
3332
curl \
3433
wget && \
3534
rm -rf /var/lib/apt/lists/* && \

gpu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN \
3535
apt-get -y install --no-install-recommends \
3636
python${PYTHON_VERSION} \
3737
python${PYTHON_VERSION}-dev \
38-
python${PYTHON_VERSION}-distutils \
3938
curl \
4039
wget && \
4140
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)