amoughnieh commited on
Commit
75abdd8
·
verified ·
1 Parent(s): b39dfff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN python -c "from langchain_huggingface import HuggingFaceEmbeddings; HuggingF
10
 
11
  COPY . .
12
 
 
 
13
  EXPOSE 8501
14
 
15
  CMD ["streamlit", "run", "app.py"]
 
10
 
11
  COPY . .
12
 
13
+ RUN chmod -R 777 /app/data
14
+
15
  EXPOSE 8501
16
 
17
  CMD ["streamlit", "run", "app.py"]