Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/6b5cb173008740f49a8a179f93a577ed to your computer and use it in GitHub Desktop.
Save collinprather/6b5cb173008740f49a8a179f93a577ed to your computer and use it in GitHub Desktop.
ubuntu@ip-172-31-10-244:~$ cd streamlit-docker/
ubuntu@ip-172-31-10-244:~/streamlit-docker$ docker image build -t streamlit:app .
ubuntu@ip-172-31-10-244:~/streamlit-docker$ docker container run -p 8501:8501 -d streamlit:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment