Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN apt-get update -y && \
|
|
| 13 |
alias python='python3.11' && \
|
| 14 |
apt-get install -y python3.11 python3-pip
|
| 15 |
|
| 16 |
-
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.
|
| 17 |
&& update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
|
| 18 |
|
| 19 |
RUN pip install packaging
|
|
|
|
| 13 |
alias python='python3.11' && \
|
| 14 |
apt-get install -y python3.11 python3-pip
|
| 15 |
|
| 16 |
+
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 999 \
|
| 17 |
&& update-alternatives --config python3 && ln -s /usr/bin/python3 /usr/bin/python
|
| 18 |
|
| 19 |
RUN pip install packaging
|