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