mayurasandakalum commited on
Commit
6e39844
·
verified ·
1 Parent(s): e209488

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ ADD . /app
9
 
10
  RUN mkdir -p /app/cache && chmod -R 775 /app/cache
11
 
 
 
12
  # Install any needed packages specified in requirements.txt
13
  # Also install build-essential for C++ compiler
14
  RUN apt-get update && \
 
9
 
10
  RUN mkdir -p /app/cache && chmod -R 775 /app/cache
11
 
12
+ RUN chmod -R 775 /app/.chroma
13
+
14
  # Install any needed packages specified in requirements.txt
15
  # Also install build-essential for C++ compiler
16
  RUN apt-get update && \