supertskone commited on
Commit
e9bb085
·
verified ·
1 Parent(s): 72de987

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,6 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  # Make port 5000 available to the world outside this container
15
  EXPOSE 5000
16
-
17
  # Run the application
18
  CMD ["python", "run.py"]
 
13
 
14
  # Make port 5000 available to the world outside this container
15
  EXPOSE 5000
16
+ ENV TRANSFORMERS_CACHE=/app/cache
17
  # Run the application
18
  CMD ["python", "run.py"]