Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 && \
|