Skip to content

Commit 9c870aa

Browse files
authored
Keep the pip version from the base image (#981)
* Keep the pip version from the base image Currently latest == the one in m66. Remove this to prevent unnecessary churn. * Remove from tensorflow-whl/Dockerfile.
1 parent d2c91ca commit 9c870aa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
2424
apt-get install -y libboost-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-math-dev libboost-test-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev && \
2525
# b/182601974: ssh client was removed from the base image but is required for packages such as stable-baselines.
2626
apt-get install -y openssh-client && \
27-
pip install --upgrade pip && \
2827
/tmp/clean-layer.sh
2928

3029
# Make sure the dynamic linker finds the right libstdc++

tensorflow-whl/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5050
ln -s /usr/local/cuda-$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION /usr/local/cuda && \
5151
ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1
5252

53-
RUN pip install --upgrade pip
54-
5553
# Use Bazelisk to ensure the proper bazel version is used.
5654
RUN cd /usr/local/src && \
5755
wget --no-verbose "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64" && \

0 commit comments

Comments
 (0)