Commit
·
66625c1
1
Parent(s):
f162ecf
Editing Dockerfile again
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -16,5 +16,6 @@ COPY . .
|
|
16 |
RUN mkdir -p /code/huggingface_cache
|
17 |
RUN chmod -R 777 /code/huggingface_cache
|
18 |
ENV HF_HOME=/code/huggingface_cache
|
|
|
19 |
# Set the command to run on container start
|
20 |
-
CMD ["sh", "-c", "
|
|
|
16 |
RUN mkdir -p /code/huggingface_cache
|
17 |
RUN chmod -R 777 /code/huggingface_cache
|
18 |
ENV HF_HOME=/code/huggingface_cache
|
19 |
+
|
20 |
# Set the command to run on container start
|
21 |
+
CMD ["sh", "-c", "gunicorn -b 0.0.0.0:7860 app:app"]
|