-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New instance for Jerico core VLab (See 28433)
- Loading branch information
Showing
4 changed files
with
171 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash -l | ||
|
||
exec "$@" |