Skip to content

Commit

Permalink
Remove comment on ethernet
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Aug 14, 2024
1 parent 9da0fdd commit 8b07afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ For further instructions on how to deploy your Docker image to the GitHub Contai
-v $PWD/secrets.toml:/.streamlit/secrets.toml \
<image name>
```
- Now your Streamlit application should be sharable via the private IP address of the EC2 instance. To find the private IP address, navigate back to the _Events_ tab when viewing your provisioned EC2: Linux Docker product, and scroll down to `EC2InstancePrivateIpAddress`. Let's say your EC2 instance's private IP address is 22.22.22.222. The URL you can share with users to access the Streamlit app would be http://22.22.22.222:8501/. **Remember that this is a private IP address, therefore your Streamlit app can only be viewed by those connected to Sage's internal network, either through ethernet or VPN.**
- Now your Streamlit application should be sharable via the private IP address of the EC2 instance. To find the private IP address, navigate back to the _Events_ tab when viewing your provisioned EC2: Linux Docker product, and scroll down to `EC2InstancePrivateIpAddress`. Let's say your EC2 instance's private IP address is 22.22.22.222. The URL you can share with users to access the Streamlit app would be http://22.22.22.222:8501/. **Remember that this is a private IP address, therefore your Streamlit app can only be viewed by those connected to Sage's internal network.**

> [!TIP]
> If you would like to leave the app running after you close your shell session, be sure to run with the container detached (i.e. Have `-d` somewhere in the `docker run` command)
Expand Down

0 comments on commit 8b07afe

Please sign in to comment.