Skip to content

Commit 4e11bb2

Browse files
authored
Update pip in JetStream Pytorch and checkpoint Dockerfiles (GoogleCloudPlatform#739)
1 parent df64633 commit 4e11bb2

File tree

2 files changed

+4
-0
lines changed
  • tutorials-and-examples/inference-servers

2 files changed

+4
-0
lines changed

tutorials-and-examples/inference-servers/checkpoints/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
1313
curl \
1414
gnupg
1515

16+
RUN python3 -m pip install --upgrade pip
17+
1618
RUN update-alternatives --install \
1719
/usr/bin/python3 python3 /usr/bin/python3.10 1
1820

tutorials-and-examples/inference-servers/jetstream/pytorch/jetstream-pytorch-server/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
1212
python3.10 \
1313
python3-pip
1414

15+
RUN python3 -m pip install --upgrade pip
16+
1517
RUN update-alternatives --install \
1618
/usr/bin/python3 python3 /usr/bin/python3.10 1
1719

0 commit comments

Comments
 (0)