hoangkha1810 commited on
Commit
095a8d4
·
verified ·
1 Parent(s): 824f888

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
 
10
  # Tạo thư mục outputs và cache với quyền ghi
11
- RUN mkdir -p /tmp/outputs /tmp/huggingface_cache && \
12
- chmod -R 777 /tmp/outputs /tmp/huggingface_cache
13
 
14
  EXPOSE 8000
15
 
 
8
  COPY . .
9
 
10
  # Tạo thư mục outputs và cache với quyền ghi
11
+ RUN mkdir -p /tmp/outputs /tmp/huggingface_cache /.cache/huggingface/hub && \
12
+ chmod -R 777 /tmp/outputs /tmp/huggingface_cache /.cache/huggingface/hub
13
 
14
  EXPOSE 8000
15