Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
-
|
|
|
3 |
RUN chmod -R 777 ./data
|
|
|
1 |
FROM ghcr.io/open-webui/open-webui:main
|
2 |
+
RUN apt-get update && apt-get install -y python3 python3-pip
|
3 |
+
RUN pip3 install --no-cache-dir huggingface_hub
|
4 |
RUN chmod -R 777 ./data
|