yonikremer
commited on
Commit
•
6e8ec8d
1
Parent(s):
9194adc
copying .streamlit
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -16,5 +16,6 @@ ENV TRANSFORMERS_CACHE="/app/my_streamlit_app/.cache/transformers"
|
|
16 |
ENV TOKENIZERS_PARALLELISM=false
|
17 |
|
18 |
COPY . /app/my_streamlit_app/
|
|
|
19 |
|
20 |
CMD ["streamlit", "run", "/app/my_streamlit_app/app.py"]
|
|
|
16 |
ENV TOKENIZERS_PARALLELISM=false
|
17 |
|
18 |
COPY . /app/my_streamlit_app/
|
19 |
+
COPY ./.streamlit /app/my_streamlit_app/.streamlit/
|
20 |
|
21 |
CMD ["streamlit", "run", "/app/my_streamlit_app/app.py"]
|