Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YashashMathur
/
AEGIS-ENV
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AEGIS-ENV
/
aegis_env
/
server
/
Dockerfile
GSD Bot
feat: apply master fix to HF environment
7a529e5
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
FROM
python:
3.10
-slim
WORKDIR
/app
RUN
pip install --no-cache-dir openenv-core fastapi uvicorn pydantic
COPY
. .
CMD
[
"python"
,
"-m"
,
"aegis_env.server"
]