Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ COPY requirements.txt /app/
|
|
| 38 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 39 |
|
| 40 |
# Create directories for session storage, uploads, and cache
|
| 41 |
-
RUN mkdir -p /app/flask_sessions /app/uploads /app/JSON
|
| 42 |
|
| 43 |
# Copy the rest of the application code to /app
|
| 44 |
COPY . /app/
|
|
|
|
| 38 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 39 |
|
| 40 |
# Create directories for session storage, uploads, and cache
|
| 41 |
+
#RUN mkdir -p /app/flask_sessions /app/uploads /app/JSON /app/Models /tmp/matplotlib /tmp/transformers_cache && chmod -R 777 /app/flask_sessions /app/uploads /app/JSON /app/data /app/Models /tmp/matplotlib /tmp/transformers_cache
|
| 42 |
|
| 43 |
# Copy the rest of the application code to /app
|
| 44 |
COPY . /app/
|