Spaces:
Build error
Build error
Commit
·
7fcdc58
1
Parent(s):
c3a4efc
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -37,15 +37,15 @@ RUN mkdir /.cache
|
|
| 37 |
RUN mkdir /nltk_data
|
| 38 |
RUN mkdir /VectorStore
|
| 39 |
RUN mkdir /app/.cache
|
| 40 |
-
RUN mkdir /mymodels
|
| 41 |
RUN ls -la
|
| 42 |
RUN python run.py
|
| 43 |
RUN chmod 777 /VectorStore
|
| 44 |
-
RUN chmod 777 /mymodels
|
| 45 |
RUN chmod 777 /nltk_data
|
| 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", "--server.headless=true"]
|
| 51 |
#CMD ls -la
|
|
|
|
| 37 |
RUN mkdir /nltk_data
|
| 38 |
RUN mkdir /VectorStore
|
| 39 |
RUN mkdir /app/.cache
|
| 40 |
+
#RUN mkdir /mymodels
|
| 41 |
RUN ls -la
|
| 42 |
RUN python run.py
|
| 43 |
RUN chmod 777 /VectorStore
|
| 44 |
+
#RUN chmod 777 /mymodels
|
| 45 |
RUN chmod 777 /nltk_data
|
| 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", "--server.headless=true"]
|
| 51 |
#CMD ls -la
|