Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ssec-uw
/
olmo-chat
like
1
Runtime error
App
Files
Files
Community
2
main
olmo-chat
/
Dockerfile
lsetiawan
feat: Add Panel app code
4e19582
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
149 Bytes
FROM
ghcr.io
/uw-ssec/
base-image:latest
CMD [
"panel"
,
"serve"
,
"app.py"
,
"--address"
,
"0.0.0.0"
,
"--port"
,
"7860"
,
"--allow-websocket-origin"
,
"*"
]