Firedrake: /home/firedrake/firedrake
Spyro: /home/firedrake/spyro
Your data: /data
$ docker run --name spyro --rm -i -t mogekag/spyro:interactive bash
It is expected that you have all your code within a data folder in the current directory, where data/run.sh contains everything needed to run your model.
$ docker run --name spyro --cpuset-cpus="0-5" -v $(pwd)/data:/data --user $(id -u):$(id -g) --rm mogekag/spyro:latest
--cpuset-cpus: specify that this container will run with 5 cores
Do not forget to give appropriate permission to execute your files within ./data
Content type
Image
Digest
Size
2.8 GB
Last updated
over 4 years ago
docker pull mogekag/spyro