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
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
# Pangeo Notebook Veda Image
2
2
3
-
Docker container based on pangeo-notebook used on VEDA JupyterHub.
3
+
Docker image based on pangeo-notebook used on VEDA JupyterHub.
4
+
5
+
## What's in the image
6
+
7
+
The image builds off a particular tagged version of the [pangeo-notebook image](https://github.com/pangeo-data/pangeo-docker-images/tree/master/pangeo-notebook). Which tag in particular is specified in [the first line of the Dockerfile](https://github.com/NASA-IMPACT/pangeo-notebook-veda-image/blob/main/Dockerfile#L1). You can figure out which packages are included in that version of pangeo-notebook image by checking the [environment.yml](https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/environment.yml) and the exact versions by checking [packages.txt](https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/packages.txt).
8
+
9
+
The image adds additional packages and environment variables specified in [environment.yml](environment.yml) without updating the existing libraries included in the default pangeo-notebook image.
10
+
11
+
## How to use the image
12
+
13
+
On each commit to this repository a new image is tagged and pushed to ECR. You can find the name of that image in the Github action that pushes it. The image name looks like:
0 commit comments