jatinmehra commited on
Commit
c37e2a9
·
verified ·
1 Parent(s): abab187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
20
  COPY . .
21
 
22
  # Create writable directory for database and cache
23
- RUN mkdir -p /app/data /app/.cache && chmod -R 777 /app/data /app/.cache
24
 
25
  # Set environment variables for Hugging Face cache
26
  ENV TRANSFORMERS_CACHE=/app/.cache
 
20
  COPY . .
21
 
22
  # Create writable directory for database and cache
23
+ RUN chmod -R 777 /app
24
 
25
  # Set environment variables for Hugging Face cache
26
  ENV TRANSFORMERS_CACHE=/app/.cache