dmoganty commited on
Commit
08cd606
·
1 Parent(s): b6ce0b1
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. app/.DS_Store +0 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
 
4
  FROM python:3.9
5
 
 
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
 
3
 
4
  FROM python:3.9
5
 
6
+ RUN export HF_HOME=~/cache/
7
+
8
  WORKDIR /code
9
 
10
  COPY ./requirements.txt /code/requirements.txt
app/.DS_Store CHANGED
Binary files a/app/.DS_Store and b/app/.DS_Store differ