Skip to content

Commit 1cc91f7

Browse files
committed
perf(3.11): python upgrade
1 parent 3f44423 commit 1cc91f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RUN apt-get update && \
77

88
RUN add-apt-repository ppa:deadsnakes/ppa && \
99
apt-get install --no-install-recommends --no-install-suggests -y \
10-
python3.9 python3.9-distutils && \
10+
python3.11 python3.11-distutils && \
1111
rm -rf /var/lib/apt/lists/*
1212

13-
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.9
13+
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
1414

1515
COPY submodules/parent-images/requirements/torch-cuda-requirements.txt .
1616

0 commit comments

Comments
 (0)