Sign inSign up

gnasello/fem-env

By gnasello

•Updated almost 4 years ago

Image
0

1.1K

gnasello/fem-env repository overview

⁠Standard use

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 ./ 

⁠List of packages

Docker container built on ghcr.io/pyvista/pyvista:latest⁠

Python packages added:

pandas
seaborn
tetgen

⁠Dockerfile

You find instructions to build this Docker Image in this GitHub page⁠.

Tag summary

Content type

Image

Digest

sha256:09630fc0e…

Size

841.6 MB

Last updated

almost 4 years ago

docker pull gnasello/fem-env