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...
Somunia
commited on
Sep 3, 2024
Commit
bdd7192
·
verified
·
1 Parent(s):
e0180cc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-1
app.py
CHANGED
Viewed
@@ -1 +1,7 @@
1
-
image = "trcoot/cpu-casuallm:latest"
1
+
image = "trcoot/cpu-casuallm:latest"
#
Your Docker image
2
+
3
+
def main():
4
+
print("My Docker container is running!")
5
+
6
+
if __name__ == "__main__":
7
+
main()