Open cypriendker opened 2 years ago
Hi~ Do you solve this problem?
Hi, not yet, for the moment I'm doing the compiling on start up of the docker image, it adds a bit of latency for autoscaling, but this is acceptable. If you have a better solution I would be very interested :)
Hi,
I'm trying to setup a docker image with the everything already preinstalled so I'm running the make.sh as part of a RUN command but I always ends up with
If I run my docker image with the
--runtime nvidia
parameter I can build successfully the library. So all the libraries are correctly installed.I have tried different things but none of them works :
etc/docker/daemon.json
to setup nvidia as a default runtimeFor some reason I can't force
torch.cuda.is_available()
while building the docker imagehere is what my docker files looks like at the end:
with
/etc/docker/daemon.json
being :thanks for the help