glide-the commited on
Commit
2985588
·
1 Parent(s): 745fe74

Add large files to Git LFS

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /code
9
  ENV NUMBA_CACHE_DIR=/tmp/
10
  RUN mkdir /tmp/cache
11
  ENV TRANSFORMERS_CACHE=/tmp/cache/
 
12
 
13
  COPY ./requirements.txt /code/requirements.txt
14
 
 
9
  ENV NUMBA_CACHE_DIR=/tmp/
10
  RUN mkdir /tmp/cache
11
  ENV TRANSFORMERS_CACHE=/tmp/cache/
12
+ ENV XDG_CACHE_HOME=/tmp/cache/
13
 
14
  COPY ./requirements.txt /code/requirements.txt
15