pmolchanov commited on
Commit
eb662e5
·
verified ·
1 Parent(s): 644ab6f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -24,7 +24,9 @@ ENV HOME=/home/user \
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
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