drewThomasson commited on
Commit
76e1030
·
verified ·
1 Parent(s): 69ab5da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -43,4 +43,8 @@ RUN pip install --no-cache-dir --upgrade auralis gradio
43
  EXPOSE 7860
44
 
45
  # Start the Gradio app from the repository
46
- CMD ["python", "examples/gradio_example.py"]
 
 
 
 
 
43
  EXPOSE 7860
44
 
45
  # Start the Gradio app from the repository
46
+ #CMD ["python", "examples/gradio_example.py"]
47
+
48
+ COPY ./app.py /home/user/app/app.py
49
+
50
+ CMD ["python", "app.py"]