You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another option is to pull the image from the GitHub Container Registry:
92
+
And run the container:
93
+
94
+
```
95
+
docker run -p 8501:8501 gen_simpy_apps
96
+
```
97
+
98
+
Open your browser to <http://localhost:8501/> to view the app.
99
+
100
+
#### Pull docker image from container registry
101
+
102
+
Another option is to pull the image from the GitHub Container Registry (GHCR). As explained in the [GHCR documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), you'll need to create an access token to install from GHCR (even when it is a public image). You can create a token by going to your profile Settings > Developer Settings > Personal access tokens > Tokens (classic) > Generate new token. You can then login:
0 commit comments