AreejMehboob commited on
Commit
7c32f50
·
verified ·
1 Parent(s): 3290609

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  # Create necessary directories with proper permissions
16
  RUN mkdir -p /app/.cache/huggingface/transformers \
17
  && mkdir -p /app/.streamlit \
18
- && chmod -R 777 /app
19
  && chmod -R 777 /app/src/qdrant_data_tesla
20
  # Copy files
21
  COPY requirements.txt ./
 
15
  # Create necessary directories with proper permissions
16
  RUN mkdir -p /app/.cache/huggingface/transformers \
17
  && mkdir -p /app/.streamlit \
18
+ && chmod -R 777 /app \
19
  && chmod -R 777 /app/src/qdrant_data_tesla
20
  # Copy files
21
  COPY requirements.txt ./