atonyxu commited on
Commit
8e58f01
·
verified ·
1 Parent(s): 7b097cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -87,7 +87,7 @@ USER user
87
 
88
  # Python packages
89
  RUN --mount=target=requirements.txt,source=requirements.txt \
90
- pip install --no-cache-dir --upgrade -r requirements.txt \
91
  pip install glances modelscope huggingface_hub
92
 
93
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
 
87
 
88
  # Python packages
89
  RUN --mount=target=requirements.txt,source=requirements.txt \
90
+ pip install --no-cache-dir --upgrade -r requirements.txt && \
91
  pip install glances modelscope huggingface_hub
92
 
93
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user