WebashalarForML commited on
Commit
212e34c
·
verified ·
1 Parent(s): 321f2b0

Update Dockerfile

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