Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN apt-get update -y && \
|
|
| 11 |
apt-get remove -y python3 && \
|
| 12 |
alias pip='python3.11 -m pip' && \
|
| 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
|
|
|
|
| 11 |
apt-get remove -y python3 && \
|
| 12 |
alias pip='python3.11 -m pip' && \
|
| 13 |
alias python='python3.11' && \
|
| 14 |
+
apt-get install -y python3.11 python3-pip python3.11-distutils
|
| 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
|