WebashalarForML commited on
Commit
4cf775b
·
verified ·
1 Parent(s): 88e2aa1

Update Dockerfile

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