Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ ENV HOME=/home/user \
|
|
23 |
GRADIO_THEME=huggingface \
|
24 |
SYSTEM=spaces
|
25 |
|
|
|
26 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
27 |
|
28 |
# Set the working directory to the user's home directory
|
|
|
23 |
GRADIO_THEME=huggingface \
|
24 |
SYSTEM=spaces
|
25 |
|
26 |
+
RUN echo "Will install packages"
|
27 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
28 |
|
29 |
# Set the working directory to the user's home directory
|