Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ COPY requirements.txt /app/
|
|
41 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
42 |
|
43 |
# Create directories for session storage, uploads, and cache
|
44 |
-
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
|
45 |
|
46 |
# Copy the rest of the application code to /app
|
47 |
COPY . /app/
|
|
|
41 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
42 |
|
43 |
# Create directories for session storage, uploads, and cache
|
44 |
+
RUN mkdir -p /app/flask_sessions /app/uploads /app/data /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
|
45 |
|
46 |
# Copy the rest of the application code to /app
|
47 |
COPY . /app/
|