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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ WORKDIR .
4
 
5
  COPY . .
6
 
 
 
7
  RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
8
  RUN pip install --no-cache-dir -r models/transformer/requirements.txt
9
  RUN pip install --no-cache-dir -r models/seq2seq/requirements.txt
 
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
11
  RUN pip install --no-cache-dir -r models/seq2seq/requirements.txt