Spaces:
Build error
Build error
Commit
·
d98f29d
1
Parent(s):
b9f5402
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -46,6 +46,7 @@ RUN chmod 777 /nltk_data
|
|
| 46 |
RUN chmod 777 /.cache
|
| 47 |
RUN chmod 777 /app/.cache
|
| 48 |
RUN chmod 777 /app/mymodels
|
|
|
|
| 49 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
| 50 |
#CMD ls -la
|
| 51 |
EXPOSE 7860
|
|
|
|
| 46 |
RUN chmod 777 /.cache
|
| 47 |
RUN chmod 777 /app/.cache
|
| 48 |
RUN chmod 777 /app/mymodels
|
| 49 |
+
RUN chmod 777 /app/VectorStore/
|
| 50 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
| 51 |
#CMD ls -la
|
| 52 |
EXPOSE 7860
|