Sign inSign up

tommonks01/simpy-app-tutorial

By tommonks01

•Updated over 2 years ago

Simpy and Streamlit App deployed in a container

Image
0

211

tommonks01/simpy-app-tutorial repository overview

⁠Simpy StreamLit Tutorial App

An example image for deploying a runnable simpy simulation and streamlit streamlit in a container.

  • github repo:

⁠Instructions

  1. Please pull the latest version of the image

docker pull tommonks01/simpy-app-tutorial

  1. Run the docker image and map port 8501 to localhost:8501

docker run -p 8501:8501 tommonks01/simpy-app-tutorial:latest

  1. Navigate to the streamlit server page

When you run the image you will be presented with a URL such as the following. Using your browser navigate to:

http://0.0.0.0:8501

or

localhost:8501

Tag summary

Content type

Image

Digest

sha256:3ca253402…

Size

539.2 MB

Last updated

over 2 years ago

docker pull tommonks01/simpy-app-tutorial