lemonteaa commited on
Commit
3b45c72
1 Parent(s): e0cb8fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ COPY litellm_config.yaml .
8
 
9
  RUN chmod +x entrypoint.sh
10
 
11
- RUN chmod -R 755 /root/.cache/prisma-python/binaries/5.4.2/
12
 
13
  CMD ["--port", "7860", "--config", "litellm_config.yaml"]
 
8
 
9
  RUN chmod +x entrypoint.sh
10
 
11
+ RUN chown -R 1000 /root/.cache/prisma-python/binaries/5.4.2/
12
 
13
  CMD ["--port", "7860", "--config", "litellm_config.yaml"]