TeePoat commited on
Commit
e184671
·
verified ·
1 Parent(s): 2da5d30

Update Dockerfile

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