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