gamingflexer commited on
Commit
910e035
·
1 Parent(s): e1471fd

Update DockerFile and add requirements.txt

Browse files
Files changed (2) hide show
  1. DockerFile +1 -1
  2. requirements.txt +2 -0
DockerFile CHANGED
@@ -32,4 +32,4 @@ ENV GRADIO_SERVER_NAME=0.0.0.0
32
 
33
  EXPOSE 7860
34
 
35
- CMD ["python", "src/app.py"]
 
32
 
33
  EXPOSE 7860
34
 
35
+ CMD ["python", "src/app2.py"]
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio
2
+ pandas