We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df64633 commit 4e11bb2Copy full SHA for 4e11bb2
tutorials-and-examples/inference-servers/checkpoints/Dockerfile
@@ -13,6 +13,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
13
curl \
14
gnupg
15
16
+RUN python3 -m pip install --upgrade pip
17
+
18
RUN update-alternatives --install \
19
/usr/bin/python3 python3 /usr/bin/python3.10 1
20
tutorials-and-examples/inference-servers/jetstream/pytorch/jetstream-pytorch-server/Dockerfile
@@ -12,6 +12,8 @@ RUN apt -y update && apt install -y --no-install-recommends \
12
python3.10 \
python3-pip
0 commit comments