Run the following command (might need sudo priviledges):
sudo docker run -it --rm -p 7777:7777 \
--volume $HOME:/home/host_home \
--workdir /home/host_home \
--entrypoint /usr/bin/bash \
--user root \
gnasello/fem-env:latest
Command shortcut to start jupyter lab inside the container:
jl
You will create new files and directories as root. Thus, if you want to allow any further user to access everything you created in the current directory, type the following command:
chmod -R 777 ./
Docker container built on ghcr.io/pyvista/pyvista:latest
Python packages added:
pandas
seaborn
tetgen
You find instructions to build this Docker Image in this GitHub page.
Content type
Image
Digest
sha256:09630fc0e…
Size
841.6 MB
Last updated
almost 4 years ago
docker pull gnasello/fem-env