Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ COPY requirements.txt /app/
|
|
31 |
RUN pip install --no-cache-dir -r requirements.txt
|
32 |
|
33 |
# Create and set permissions for the cache directory
|
34 |
-
RUN mkdir -p /app/cache /app/VectorDB /app/TableDB /app/uploads /app/nltk_data /nltk_data && \
|
35 |
chmod -R 777 /app/cache /app/VectorDB /app/TableDB /app/uploads /app/nltk_data /nltk_data
|
36 |
|
37 |
# Ensure all relevant directories have the correct permissions
|
|
|
31 |
RUN pip install --no-cache-dir -r requirements.txt
|
32 |
|
33 |
# Create and set permissions for the cache directory
|
34 |
+
RUN mkdir -p /app/cache /app/VectorDB /app/TableDB /app/uploads /app/nltk_data /nltk_data && \
|
35 |
chmod -R 777 /app/cache /app/VectorDB /app/TableDB /app/uploads /app/nltk_data /nltk_data
|
36 |
|
37 |
# Ensure all relevant directories have the correct permissions
|