Spaces:
Runtime error
Runtime error
Commit
·
b3c6d5b
1
Parent(s):
43a729d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install -r /code/requirements.txt
|
|
8 |
|
9 |
EXPOSE 5000
|
10 |
|
11 |
-
CMD python
|
|
|
8 |
|
9 |
EXPOSE 5000
|
10 |
|
11 |
+
CMD python caption_api.py
|