Somunia commited on
Commit
a0f861b
·
verified ·
1 Parent(s): 3991f7e

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
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()