Skip to content

Docker setup for the Rocky Mountain Summer Workshop on Uncertainty Quantification

Notifications You must be signed in to change notification settings

smattis/rmswuq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rmswuq-docker

Docker image for the Rocky Mountain Summer Workshop on Uncertainty Quantification

This image contains a virtual Ubuntu OS with the most stable release of FEniCS and BET.

  • To install Docker:

  • To get the image (this may take several minutes):

docker pull smattis/rmswuq-docker
  • To launch the container:
docker run -t -i smattis/rmswuq-docker:latest
  • To share a specified directory from the host with the container:
docker run -v /absolute/path/to/shared/directory:/home/rmswuq/shared \ 
-t -i smattis/rmswuq-docker:latest
  • The script rmswuq in this repo is usefuly for running this container. Move the file to the directory in which you want to work and do
./rmswuq

This will launch the container and share a subdirectory called shared.

  • If you are running on Ubuntu, you can also share your display with the container using X11 forwarding by
./rmswuq -gui 

About

Docker setup for the Rocky Mountain Summer Workshop on Uncertainty Quantification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages