Spaces:
Runtime error
Runtime error
File size: 329 Bytes
ba850ef 1ac6373 3743b2c ba850ef 747f2ba ba850ef |
1 2 3 4 5 6 7 8 9 10 11 |
FROM lfoppiano/document-insights-qa:latest-develop
USER root
WORKDIR /app
RUN mkdir -m 777 -p /app/.cache
RUN mkdir -m 777 -p /.cache
COPY --chown=lfoppiano config.toml .streamlit/config.toml
ENV PYTHONPATH "${PYTHONPATH}:."
ENTRYPOINT ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"] |