KunalThakare279 commited on
Commit
311af1f
·
verified ·
1 Parent(s): 22ee353

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN chown -R appuser:appgroup /app
16
  USER root
17
 
18
  RUN mkdir -p /app/.cache/huggingface
 
 
19
  RUN apt-get update && apt-get install -y git
20
 
21
  # Install Python dependencies
 
16
  USER root
17
 
18
  RUN mkdir -p /app/.cache/huggingface
19
+ RUN chmod -R 777 /app/.cache
20
+
21
  RUN apt-get update && apt-get install -y git
22
 
23
  # Install Python dependencies