O S I H commited on
Commit
ded0571
·
2 Parent(s): c59422d 9979027

Merge branch 'main' of https://huggingface.co/spaces/seyf1elislam/test-test

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@
4
  FROM python:3.9
5
 
6
  WORKDIR /code
7
- ENV HF_HOME=/code/.cache/huggingface
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
4
  FROM python:3.9
5
 
6
  WORKDIR /code
7
+ ENV HF_HOME=/code/.cache/
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt