https://github.com/tacc/designsafe-notebook-images
https://github.com/tacc/designsafe-notebook-images
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tacc/designsafe-notebook-images
- Owner: TACC
- Created: 2021-10-28T13:07:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T17:52:38.000Z (about 1 year ago)
- Last Synced: 2024-07-10T23:10:06.036Z (11 months ago)
- Language: Python
- Size: 823 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DesignSafe-Cyberinfrastructure Notebook Images
## Summary
This repository includes the DesignSafe-Cyberinfrastructure's Jupyter notebook images deployed
via the site's JupyterHub.## Useful Syntax
### Build
```bash
docker build . -t /:# for example
docker build . -t jpvantassel/ds-nb-img:base-0.1.0
```### Push
```bash
docker push /:# for example
docker push jpvantassel/ds-nb-img:base-0.1.0
```### Run
#### Local
```bash
docker run --rm -p 8888:8888 --user=jovyan -e JUPYTER_ENABLE_LAB=yes /:# for example
docker run --rm -p 8888:8888 --user=1824 -e JUPYTER_ENABLE_LAB jpvantassel/ds-nb-img:base-0.1.0
```## Notes
- [jupyter-base](https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile)
- [portal-agave-templates](https://bitbucket.org/taccaci/portal-agave-templates/src/master/)
- [designsafe-docker-gitlab](https://gitlab.tacc.utexas.edu/cic/jupyter/-/blob/master/notebooks/tenants/designsafe/Dockerfile)
- [running jupyter container](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/running.html#using-jupyterhub)
- [jpvantassel dockerhub](https://hub.docker.com/repository/docker/jpvantassel/)
- [admin portal](https://designsafe-dev-admin.io.jupyter.tacc.cloud/)