prakashp1893 commited on
Commit
b359acf
·
verified ·
1 Parent(s): 4aab8c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -10,8 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
11
  COPY ./app.py /code/app.py
12
 
13
- # Set environment variable to ensure cache stays within the /code directory
14
- ENV HF_HOME="/code/cache"
15
- ENV HUGGINGFACE_HUB_CACHE="/code.cache"
16
-
17
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY ./app.py /code/app.py
12
 
 
 
 
 
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]