Spaces:
Runtime error
Runtime error
new location
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ ADD . /app
|
|
| 11 |
RUN apt-get update && \
|
| 12 |
apt-get install -y aria2 curl gcc python3-dev && \
|
| 13 |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
| 14 |
-
|
| 15 |
pip install --upgrade pip && \
|
| 16 |
pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
|
|
|
| 11 |
RUN apt-get update && \
|
| 12 |
apt-get install -y aria2 curl gcc python3-dev && \
|
| 13 |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
|
| 14 |
+
ENV PATH="/root/.cargo/bin:${PATH}" && \
|
| 15 |
pip install --upgrade pip && \
|
| 16 |
pip install --no-cache-dir -r requirements.txt
|
| 17 |
|