xynull commited on
Commit
b7b8fe3
·
1 Parent(s): cbe8be1

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- RUN mkdir /.cache
12
 
13
  RUN python gpt2.py
14
 
 
8
 
9
  COPY . .
10
 
11
+ RUN mkdir -p /.cache/huggingface
12
 
13
  RUN python gpt2.py
14