mirror of
https://github.com/firewalkwithm3/gospl-docker.git
synced 2025-12-25 12:09:54 +08:00
No description
| .github/workflows | ||
| deps | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
gospl Docker Container
Notes
- The erosionpasta Jupyter notebook is available at
/notebooksinside 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