Spaces:
Runtime error
Runtime error
Commit
·
e2a1861
1
Parent(s):
67865f1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,6 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
| 6 |
|
| 7 |
RUN pip install -r /code/requirements.txt
|
| 8 |
|
| 9 |
-
COPY
|
| 10 |
|
| 11 |
CMD ["python","caption_api.py","--address","0.0.0.0","--port","7860","--allow-websocket-origin","divanshu1807gupta-caption-api.hf.space"]
|
|
|
|
| 6 |
|
| 7 |
RUN pip install -r /code/requirements.txt
|
| 8 |
|
| 9 |
+
COPY . .
|
| 10 |
|
| 11 |
CMD ["python","caption_api.py","--address","0.0.0.0","--port","7860","--allow-websocket-origin","divanshu1807gupta-caption-api.hf.space"]
|