Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Apr 23, 2024
1 parent 31003cb commit 91d4cd2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ RUN python3 -m pip install --no-cache-dir -r /tmp/spatial-requirements.txt
COPY rl-requirements.txt /tmp/rl-requirements.txt
RUN python3 -m pip install --no-cache-dir -r /tmp/rl-requirements.txt

## no need to register the environment
#RUN python3 -m ipykernel install --user --name=spatial
## Register the environment with ipykernel, mostly for vscode to find it
RUN python3 -m ipykernel install --user --name=venv

24 changes: 12 additions & 12 deletions images/jupyter-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@ ipykernel
ipython
ipywidgets
jupyter
jupyter-book
jupyter-console
jupyter-events
jupyter-lsp
jupyter_client
jupyter_core
jupyter_server
jupyter_server_terminals
jupyter-server-proxy
jupyter-tensorboard-proxy
jupyter-resource-usage
jupyter-vscode-proxy
jupyterlab
jupyterlab-lsp
jupyterlab-git
jupyterlab_myst
jupyterlab-pygments
jupyterlab-widgets
jupyterlab-quarto
jupyterlab_server
jupyterlab-theme-solarized-dark
jupyterlab-widgets
jupytext
nbclient
nbconvert
nbformat
notebook
notebook_shim
pandocfilters
Glances
# extensions
jupyterlab-git
jupyter-tensorboard-proxy
jupyter-resource-usage
jupyter-vscode-proxy
jupyter-book
jupyterlab_myst
gh-scoped-creds
jupyter-server-proxy
jupyterlab-theme-solarized-dark
jupyterlab-quarto
jupytext

7 changes: 6 additions & 1 deletion images/spatial-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ geopandas
geocube
h5netcdf
h5py
leafmap[raster]
localtileserver
mapclassify
maplibre[all]
minio
netCDF4
odc-geo
odc-stac
Expand All @@ -23,7 +28,7 @@ rio-cogeo
rioxarray
stackstac
streamlit
streamlit-folium
xarray
zarr
leafmap

8 changes: 4 additions & 4 deletions jupyterhub/thelio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ singleuser:
mem_guarantee: 7991341312
mem_limit: 7991341312
med:
display_name: Medium (16 GB RAM)
display_name: Medium (30 GB RAM)
kubespawner_override:
mem_guarantee: 15930730496
mem_limit: 15930730496
default: true
large:
display_name: Large (30 GB RAM)
display_name: Large (45 GB RAM)
kubespawner_override:
mem_guarantee: 29861460992
mem_limit: 29861460992
mem_guarantee: 49861460992
mem_limit: 49861460992
kubespawner_override:
image: "zcr.thelio.carlboettiger.info/boettiger-lab/k8s:latest"
default_url: /lab # change to /rstudio to go straight to RStudio
Expand Down

0 comments on commit 91d4cd2

Please sign in to comment.