Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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 |
|