Skip to content

Commit

Permalink
Merge pull request #173 from Deltares/noorduin-docker-k8s
Browse files Browse the repository at this point in the history
Noorduin docker k8s
  • Loading branch information
Carsopre authored Sep 12, 2023
2 parents c68699f + 6a183a8 commit 37f2bb7
Show file tree
Hide file tree
Showing 7 changed files with 2,002 additions and 287 deletions.
28 changes: 28 additions & 0 deletions .config/docker_environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ra2ce_env
channels:
- conda-forge
- nodefaults
dependencies:
- conda-forge::python=3.10
- conda-forge::gdal=3.5.1
- conda-forge::fiona
# from here some dragons
- conda-forge::geopandas
- conda-forge::rasterio
- conda-forge::geojson
- conda-forge::osmnx
- conda-forge::tqdm
- conda-forge::geopy
- conda-forge::momepy
- conda-forge::rasterstats
- conda-forge::ipywidgets
- conda-forge::pyarrow
# Install poetry 1.3.2 (1.4.*) gives issues.
# If this does not work then exclude it from the environment and install it manually
# with: conda install -c conda-forge poetry=1.3.2
- conda-forge::poetry=1.3.2
# install jupyterlab and notebook
- conda-forge::jupyterlab
- conda-forge::notebook
# install boto3
- conda-forge::boto3
5 changes: 5 additions & 0 deletions .config/jupyter/jupyter_server_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"IdentityProvider": {
"hashed_password": "argon2:$argon2id$v=19$m=10240,t=10,p=8$CAgu8ZV5jodNx0swOPsHRg$EbVUYoXWcrnZr1aPl6A4DVM9pLvqYz+um14CKBqNLjw"
}
}
Loading

0 comments on commit 37f2bb7

Please sign in to comment.