Update Dockerfile
Browse files- 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 && \
|