Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1hitonline
/
priviledge_testing
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
priviledge_testing
/
Dockerfile
MySafeCode
Upload Dockerfile
ef51184
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
FROM
python:
3.9
-slim
WORKDIR
/app
COPY
. .
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]