HuggingFace0920 commited on
Commit
0b224b3
·
verified ·
1 Parent(s): 3625423

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR $HOME/app
14
  ENV VIRTUAL_ENV=$HOME/venv
15
  RUN python3 -m venv $VIRTUAL_ENV
16
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
17
- RUN pip install --no-cache-dir requests webdavclient3
18
 
19
  RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz && \
20
  tar -xzf openlist-linux-amd64.tar.gz && \
 
14
  ENV VIRTUAL_ENV=$HOME/venv
15
  RUN python3 -m venv $VIRTUAL_ENV
16
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
17
+ RUN pip install --no-cache-dir requests webdavclient3 huggingface_hub
18
 
19
  RUN wget -q https://github.com/OpenListTeam/OpenList/releases/download/beta/openlist-linux-amd64.tar.gz && \
20
  tar -xzf openlist-linux-amd64.tar.gz && \