Skip to content

Commit 7b81739

Browse files
committed
update
1 parent efbdf79 commit 7b81739

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cpu/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ RUN \
3636
update-alternatives --install /usr/bin/python${PYTHON_VERSION%%.*} python${PYTHON_VERSION%%.*} /usr/bin/python${PYTHON_VERSION} 1 && \
3737
update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && \
3838
# install python dependencies
39-
apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && \
4039
PIP_URL="https://bootstrap.pypa.io/get-pip.py" && \
4140
curl $PIP_URL | python
4241

gpu/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ RUN \
4444
update-alternatives --install /usr/bin/python python /usr/bin/python${PYTHON_VERSION} 1 && \
4545

4646
# install python dependencies
47-
# sysctl -w net.ipv4.ip_forward=1 ; \
48-
apt-get -y install --no-install-recommends python${PYTHON_VERSION}-distutils && \
4947
PIP_URL="https://bootstrap.pypa.io/get-pip.py" && \
5048
curl $PIP_URL | python
5149

0 commit comments

Comments
 (0)