TsotsosLab / SMILER

The Saliency Model Implementation Library for Experimental Research.
Other
44 stars 16 forks source link

Replace nvidia-docker dependency with plain docker. #27

Open tkunic opened 2 years ago

tkunic commented 2 years ago

Background

When SMILER was created, nvidia-docker was the only reasonably-easy way to attach GPUs to containers. However, today, plain docker seems to support everything SMILER needs:

It'd be nice to replace nvidia-docker with plain docker users are likely to already have set up on their systems, so we can reduce the setup burden for our users.

Acceptance Criteria