Sign inSign up

orchest/streamlit

By orchest

Updated about 4 years ago

Image
0

1.6K

orchest/streamlit repository overview

Streamlit on Docker

Run Streamlit

Run docker build -t streamlit . && docker run -it -p 8501:8501 -v $PWD/src:/usr/src/app/src streamlit streamlit run src/main.py --logger.level=debug

then open localhost:8501 in your browser.

Use the STREAMLIT_SERVER_BASE_URL_PATH environment variable to configure a custom base path.

Tag summary

Content type

Image

Digest

sha256:b3e8fc744

Size

227.5 MB

Last updated

about 4 years ago

docker pull orchest/streamlit