No description
Find a file
2026-01-16 16:45:55 +08:00
.github/workflows Build image on push 2026-01-16 16:45:55 +08:00
deps Add old version of meshplex to pip dependencies 2026-01-05 11:04:40 +08:00
docker-compose.yml Add env_file configuration to docker-compose 2026-01-14 18:07:52 +08:00
Dockerfile Use shell form of entrypoint 2026-01-16 16:43:52 +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