tejash300 commited on
Commit
f40d89a
·
verified ·
1 Parent(s): d84a4e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,3 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt
6
  COPY . .
7
 
8
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
6
  COPY . .
7
 
8
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
9
+ ENV TRANSFORMERS_CACHE="/tmp"