jaynopponep commited on
Commit
66625c1
·
1 Parent(s): f162ecf

Editing Dockerfile again

Browse files
Files changed (1) hide show
  1. 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", "export TRANSFORMERS_CACHE=/code/transformers_cache && gunicorn -b 0.0.0.0:7860 app:app"]
 
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"]