Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
|
|
16 |
apt-get update && \
|
17 |
apt-get install -y python3.11 python3.11-venv python3.11-dev && \
|
18 |
# Make Python 3.12 the default
|
19 |
-
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.
|
20 |
update-alternatives --set python3 /usr/bin/python3.11 && \
|
21 |
# Install pip for Python 3.12
|
22 |
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \
|
|
|
16 |
apt-get update && \
|
17 |
apt-get install -y python3.11 python3.11-venv python3.11-dev && \
|
18 |
# Make Python 3.12 the default
|
19 |
+
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \
|
20 |
update-alternatives --set python3 /usr/bin/python3.11 && \
|
21 |
# Install pip for Python 3.12
|
22 |
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11 && \
|