Somunia commited on
Commit
3991f7e
1 Parent(s): bdd7192

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Use the base image from your Docker container
2
+ FROM trcoot/cpu-casuallm:latest
3
+
4
+ # Install any additional dependencies or files needed
5
+ # RUN pip install -r requirements.txt
6
+
7
+ # Start the application (modify this based on your app's entry point)
8
+ CMD ["python", "app.py"]