pvanand commited on
Commit
b23e5f6
·
1 Parent(s): ef8dadb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -40,6 +40,7 @@ EXPOSE 7860
40
  RUN --mount=type=secret,id=openai,mode=0444,required=true
41
 
42
  # To specify model path
43
- # CMD ["run","actions","--port","7860"]
44
- CMD ["python", "app.py"]
 
45
 
 
40
  RUN --mount=type=secret,id=openai,mode=0444,required=true
41
 
42
  # To specify model path
43
+ CMD ["run","actions","--port","7860"]
44
+
45
+ #CMD ["python", "app.py"]
46