pvanand commited on
Commit
c849ebc
·
1 Parent(s): 48751e3

Update Dockerfile

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