Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +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 |
pip install packaging
|
16 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
|
11 |
apt-get remove -y python3 && \
|
12 |
alias pip='python3.11 -m pip' && \
|
13 |
alias python='python3.11' && \
|
14 |
+
chmod +x python && \
|
15 |
apt-get install -y python3.11 python3-pip && \
|
16 |
pip install packaging
|
17 |
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|