Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ ENV HOME=/home/user \
|
|
29 |
SYSTEM=spaces
|
30 |
|
31 |
RUN pip3 install -U pip
|
32 |
-
RUN pip3 install -U Cython
|
33 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
34 |
|
35 |
# Set the working directory to the user's home directory
|
|
|
29 |
SYSTEM=spaces
|
30 |
|
31 |
RUN pip3 install -U pip
|
32 |
+
RUN pip3 install -U Cython ninja
|
33 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
34 |
|
35 |
# Set the working directory to the user's home directory
|