Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 5, 2024
2 parents 040c186 + 0fa5a21 commit e09d322
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 49 deletions.
32 changes: 0 additions & 32 deletions .devcontainer/Dockerfile

This file was deleted.

4 changes: 4 additions & 0 deletions .devcontainer/jupyterhub.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ RUN python -m pip install --no-cache-dir -r jupyter-requirements.txt && rm jupyt
COPY nasa-requirements.txt requirements.txt
RUN python -m pip install --no-cache-dir -r requirements.txt && rm requirements.txt

# latest GDAL
RUN pip install --no-cache-dir --find-links https://girder.github.io/large_image_wheels GDAL


COPY install.R install.R
RUN Rscript install.R && rm install.R

43 changes: 26 additions & 17 deletions .devcontainer/nasa-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
jupyterhub
jupyterlab
notebook
jupyterlab-quarto
jupyter-rsession-proxy
jupyter-console==6.6.3
jupyter-events==0.7.0
jupyter-lsp==2.2.0
jupyter_client==8.3.1
jupyter_core==5.3.2
jupyter_server==2.7.3
jupyter_server_terminals==0.4.4
jupyter-vscode-proxy==0.5
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.9
jupyterlab_server==2.25.0
nbconvert==7.8.0
nbformat==5.9.2
odc-stac==0.3.8
planetary-computer==1.0.0
jupyter-vscode-proxy
jupyter-console
jupyter-events
jupyter-lsp
jupyter_client
jupyter_core
jupyter_server
jupyter_server_terminals
jupyterlab-pygments
jupyterlab-widgets
jupyterlab_server
gh-scoped-creds
nbconvert
nbformat
odc-stac
planetary-computer
polars
pyarrow
pystac-client==0.7.5
gh-scoped-creds
pystac-client
scikit-image
hvplot
geoviews
Expand All @@ -30,4 +31,12 @@ contextily
rioxarray
geopandas
rasterstats
dask
distributed
h5netcdf
h5py
netCDF4
zarr
lxml
geopolars

0 comments on commit e09d322

Please sign in to comment.