Skip to content

Files

Latest commit

fb926ab · May 16, 2023

History

History

streamlit

DeepLC Streamlit-based web server

Usage

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.