r3Vibe commited on
Commit
f6c5db3
1 Parent(s): 6d69b6d

Update Dockerfile

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