Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|