Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
7 |
# Add the current directory contents into the container at /app
|
8 |
ADD . /app
|
9 |
|
10 |
-
RUN mkdir -p /app/cache
|
11 |
|
12 |
# Install any needed packages specified in requirements.txt
|
13 |
# Also install build-essential for C++ compiler
|
|
|
7 |
# Add the current directory contents into the container at /app
|
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
|