Skip to content

Dockerfile and requirements for a docker image to be used at the nextsim workshop

License

Notifications You must be signed in to change notification settings

sasip-climate/docker-image-nextsim-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generation of the docker image for nextsim workshop

Dockerfile and requirements for a docker image to be used at the nextsim workshop

The docker image is automatically generated with repo2docker following 2i2c tutorial when a pull request is merged

So if you want to modify, please open a branch or a fork first, test the docker image locally before opening a pull request

To test it locally you need to :

  • Build the docker image: docker build -t nextsim-workshop:latest .
  • Create a local dir : nextsim-workshop
  • Get the notebooks from the github repo : git clone [email protected]:sasip-climate/notebooks-nextsim-workshop2025.git in nextsim-workshop
  • Start the container: docker run --rm -v /absolute_path_to/nextsim-workshop:/nextsim-workshop -p 8888:8888 nextsim-workshop:latest
  • Open the jupyterlab on local browser: http://127.0.0.1:8888/lab?token=... with the token given at runtime by the container, the notebooks will be in notebooks-nextsim-workshop2025

About

Dockerfile and requirements for a docker image to be used at the nextsim workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published