WebashalarForML commited on
Commit
c4db093
·
verified ·
1 Parent(s): c4da536

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /app/data /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/
 
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/