Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Somunia
/
cpu-casuallm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3991f7e
cpu-casuallm
/
app.py
Somunia
Update app.py
bdd7192
verified
8 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
image =
"trcoot/cpu-casuallm:latest"
# Your Docker image
def
main
():
print
(
"My Docker container is running!"
)
if
__name__ ==
"__main__"
:
main()