Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
papaduvalier
/
webui5
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d7ef643
webui5
/
Dockerfile
papaduvalier
Update Dockerfile
05378b9
verified
7 months ago
raw
Copy download link
history
blame
171 Bytes
FROM
ghcr.io/
open
-webui/
open
-webui:dev
# Deployed
Open
-webui
with
persistent
admin
role
with
password
secret.
WORKDIR /app/backend
EXPOSE
7860
CMD ["bash", "start.sh"]