Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
zkwentz
/
test_env
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test_env
/
server
/
Dockerfile
zkwentz
Upload folder using huggingface_hub
37ec7ce
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
FROM
openenv-base:latest
ENV
ENABLE_WEB_INTERFACE=true
CMD
[
"uvicorn"
,
"server.app:app"
,
"--host"
,
"0.0.0.0"
,
"--port"
,
"8000"
]