KunalThakare279 commited on
Commit
9dc35ed
·
verified ·
1 Parent(s): f94bded

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN python -m pip install --no-cache-dir -r requirements.txt
22
  USER root
23
 
24
  RUN mkdir -p /app/.cache/huggingface
25
- RUN chmod -R 777 /app/.cache
26
 
27
  RUN apt-get update && apt-get install -y git
28
 
 
22
  USER root
23
 
24
  RUN mkdir -p /app/.cache/huggingface
25
+ RUN chmod -R 777 /app
26
 
27
  RUN apt-get update && apt-get install -y git
28