No description
Find a file
2025-12-19 21:38:18 +08:00
.github/workflows Only push docker image when release is tagged 2025-12-18 17:13:53 +08:00
deps Add ipywidgets to conda deps 2025-12-19 21:33:26 +08:00
docker-compose.yml Switch docker image tag 2025-12-19 16:14:13 +08:00
Dockerfile Add output volume 2025-12-19 21:38:18 +08:00
LICENSE Initial commit 2025-12-18 10:21:51 +08:00
README.md Update README header 2025-12-18 10:24:42 +08:00

gospl Docker Container

Notes

  • The erosionpasta Jupyter notebook is available at /notebooks inside the container.
  • Juptyer is running on port 8888.
  • Upload your input file(s) to /notebook/inputs. You may create a bind mount to this directory.
  • Example Docker run command: docker run -d --rm --name gospl -v ./myInputs:/notebook/inputs -p 8888 git.fern.garden/fern/gospl:latest

Acknowledgements