Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 483 Bytes

This is the repository holding the Dockerfiles for goofit/goofit-omp and goofit/goofit-cuda.

Great instructions for getting graphics in a Docker container can be found on the ROOT Docker page.

To build, in the cuda directory (substitute omp as needed):

docker build -t goofit/goofit-cuda .
docker tag goofit/goofit-cuda goofit/goofit-cuda:v2.1
docker login --username=$USER
docker push goofit/goofit-cuda