Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,3 +1 @@
|
|
1 |
-
FROM
|
2 |
-
RUN apt-get update && apt-get install -y python3 python3-pip
|
3 |
-
RUN pip3 install --no-cache-dir huggingface_hub
|
|
|
1 |
+
FROM fossandroid/openwebui:latest
|
|
|
|