Skip to content

Commit 192c370

Browse files
Merge pull request #7 from code-kern-ai/parent-image-updates
perf(ci): upgrade python to 3.11
2 parents 3f44423 + 4b55740 commit 192c370

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)