Docker image with jupyter lab and fenics installed.
There are two options <tag>=base (without PyEAFE) or <tag>=pyeafe
- Download the image from dockerhub
docker pull thepdelab/pdelab:<tag>
- Run
if you need to share a folder:
docker run -ti -p 8888:8888 thepdelab/pdelab:<tag>
docker run -ti -p 8888:8888 -v <local-foder>:<docker-folder> thepdelab/pdelab:<tag>
- Run
jupyter lab --ip 0.0.0.0 --allow-root
- Then in your browser got to http://localhost:8888/?token=ADD_TOKIEN_HERE
If you want to run the docker image from the git repository, you can clone it and then run:
docker build -t pdelab dockerfiles/base