Open
Description
Description
Dockerfiles for smartsim using gpus with cudnn are missing
Justification
everyone that wants to use smartsim with gpus and docker
Implementation Strategy
the dockerfiles in https://github.com/CrayLabs/SmartSim/tree/develop/docker only contain device=cpu, but if you change it to gpu, the cudnn library is missing so smartsim does not work.
I suggest adding a new dir gpu in which a proper gpu based Dockerfile for this is placed, one coupd distingusih
gpu-nvidia
gpu-rocm
if needed. I only need nvidia