Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,6 +28,8 @@ ENV HOME=/home/user \
|
|
28 |
GRADIO_THEME=huggingface \
|
29 |
SYSTEM=spaces
|
30 |
|
|
|
|
|
31 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
32 |
|
33 |
# Set the working directory to the user's home directory
|
|
|
28 |
GRADIO_THEME=huggingface \
|
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
|