RWTH-ACS / cricket

cricket is a virtualization solution for GPUs
MIT License
150 stars 39 forks source link

Ubuntu Dockerfile #25

Closed nravic closed 1 year ago

nravic commented 1 year ago

Added an ubuntu dockerfile, look at this closed PR for more info: https://github.com/RWTH-ACS/cricket/pull/23

n-eiling commented 1 year ago

Looks good. Can you DCO sign-off your commit, i.e.

git commit --amend --signoff
git push --force

This way I don't have to contact all external contributor if we start to enforce DCO sign-offs.

Also sudo does not work for me in the dockerfile but if you remove it, it works.

nravic commented 1 year ago

Done!