We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f44423 + 4b55740 commit 192c370Copy full SHA for 192c370
Dockerfile
@@ -7,10 +7,10 @@ RUN apt-get update && \
7
8
RUN add-apt-repository ppa:deadsnakes/ppa && \
9
apt-get install --no-install-recommends --no-install-suggests -y \
10
- python3.9 python3.9-distutils && \
+ python3.11 python3.11-distutils && \
11
rm -rf /var/lib/apt/lists/*
12
13
-RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.9
+RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
14
15
COPY submodules/parent-images/requirements/torch-cuda-requirements.txt .
16
0 commit comments