You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request to have a single docker image for both CPU and GPU cases. This can be done using a combination of Dockerfile and Dockerfile-cuda-all. An entrypoint.sh can choose between CPU and GPU binaries based on availability of CUDA drivers or based on "CUDA_VISIBLE_DEVICES".
Please let me know your thoughts on this
Motivation
This would help in not always configuring the images to use based on the resources. The image size would be slightly bigger but I think that is a decent trade-off
Your contribution
I would like to help contribute this with a PR, if it's an acceptable feature.
The text was updated successfully, but these errors were encountered:
Feature request
I would like to request to have a single docker image for both CPU and GPU cases. This can be done using a combination of Dockerfile and Dockerfile-cuda-all. An entrypoint.sh can choose between CPU and GPU binaries based on availability of CUDA drivers or based on "CUDA_VISIBLE_DEVICES".
Please let me know your thoughts on this
Motivation
This would help in not always configuring the images to use based on the resources. The image size would be slightly bigger but I think that is a decent trade-off
Your contribution
I would like to help contribute this with a PR, if it's an acceptable feature.
The text was updated successfully, but these errors were encountered: