atonyxu commited on
Commit
b89c72b
·
verified ·
1 Parent(s): 6d38d79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -88,7 +88,7 @@ USER user
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 jupyterlab-language-pack-zh-CN jupyterlab-locale
92
 
93
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
94
  COPY --chown=user . $HOME/app
 
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 jupyterlab-language-pack-zh-CN
92
 
93
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
94
  COPY --chown=user . $HOME/app