Pull and run with
docker run -p 8501 ghcr.io/compomics/deeplc-streamlit
Streamlit can be further configured using environment variables:
docker run \
-p 8501 \
-e STREAMLIT_SERVER_MAX_UPLOAD_SIZE=200 \
ghcr.io/compomics/deeplc-streamlit
See Streamlit configuration for more info.