pmolchanov commited on
Commit
277f32d
·
verified ·
1 Parent(s): 2acf947

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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