Skip to content

Commit

Permalink
New instance for Jerico core VLab (See 28433)
Browse files Browse the repository at this point in the history
  • Loading branch information
EGI-ILM committed Nov 20, 2024
1 parent 2890e34 commit a821896
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/d4science-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
"single-user-pluto-d4science/Dockerfile"
"single-user-sobigdata-itineris/Dockerfile"
"single-user-sobigdata-itinerisclima/Dockerfile"
"single-user-d4science-jericocore/Dockerfile"
base-image:
Expand Down
8 changes: 8 additions & 0 deletions single-user-d4science-jericocore/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See 28433

# ONBUILD instructions in base-image/Dockerfile are used to
# perform certain actions based on the presence of specific
# files (such as conda-linux-64.lock, start) in this repo.
# Refer to the base-image/Dockerfile for documentation.
ARG PANGEO_BASE_IMAGE_TAG=2024.11.11
FROM pangeo/base-image:${PANGEO_BASE_IMAGE_TAG}
159 changes: 159 additions & 0 deletions single-user-d4science-jericocore/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
name: pangeo
channels:
- conda-forge
dependencies:
- python<3.10
- adlfs
- aiobotocore
- birdy
- black
- bokeh
- boto3
- cdsapi
- cf_xarray
- cfgrib
- cfunits
- climpred
- coiled
- curl
- dask-geopandas
- dask==2024.7.0
- dask-expr
- dask-mpi
- datashader
- datacube
- dask-geopandas
- depfinder
- erddapy
- fastparquet
- firefox
- geckodriver
- flox
- folium
- fsspec>=2024.2.0
- gcsfs
- gdal
- gdptools
- geocube
- geogif
- geolinks
- geopandas
- geopy
- geoviews
- gifsicle
- graphviz
- gsw-xarray
- h5netcdf
- h5py
- hologridgen
- holoviews>=1.18.3
- htop
- hvplot
- imagecodecs
- intake>=2.0
- intake-geopandas
- intake-stac
- intake-xarray
- intake-parquet
- ipykernel
- ipyleaflet
- ipywidgets
- isort
- jinja2
- jupyter_bokeh
- jupyter-panel-proxy
- jupyterlab_code_formatter
- jupytext
- kerchunk
- jq
- leafmap
- lxml
- lz4
- mamba
- metpy
- mpi4py
- nbgitpuller
- nbstripout
- nco
- netcdf4
- numba
- numcodecs
- odc-algo
- odc-stac
- openpyxl
- osmnx
- owslib
- pandas
- panel
- pangeo-forge-recipes
- papermill
- param
- pip
- pint-xarray
- planetary-computer
- pyarrow
- pyarrow-hotfix
- pyepsg
- pygeohydro
- pydaymet
- pynhd
- py3dep
- pygeoogc
- pygeoutils
- pynco
- pyogrio
- pyvista
- async_retriever
- pystac
- pystac-client
- python-graphviz
- python-snappy
- pyyaml
- python-gist
- rasterio
- rechunker
- requests
- rich
- rio-cogeo
- rioxarray
- scikit-image
- s3fs
- seawater
- selenium
- siphon
- spatialpandas
- stackstac
- toolz
- ujson
- unzip
- utide
- vim
- wgrib2
- xagg
- xarray-spatial
- xarray_leaflet
- xbitinfo-python
- xesmf
- xoak
- xrviz
- xskillscore
- zip
- zstandard
- xmip
- intake-esm
- xarray-datatree
- h5pyd
- noaa-coops
- kbatch
- xstac
- zarr
- jupyter-book
- ghp-import
- jsonschema-with-format-nongpl
- webcolors
- xarrayutils
- earthaccess
- pip:
- pangeo-forge-esgf
- streamjoy
- webdriver_manager
3 changes: 3 additions & 0 deletions single-user-d4science-jericocore/start
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -l

exec "$@"

0 comments on commit a821896

Please sign in to comment.