Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Somunia
/
cpu-casuallm
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f317ba8
cpu-casuallm
/
Dockerfile
Somunia
Update Dockerfile
f317ba8
verified
10 months ago
raw
Copy download link
history
blame
Safe
178 Bytes
# Use the base image from your Docker container
FROM
trcoot/cpu-casuallm:latest
# Start the application (modify this based on your app's entry point)
CMD
[
"python"
,
"app.py"
]