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
Later I run this docker image on my sever with a GeForce GTX 1080 and Nvida/CUBA installed
My question is: Does it matter where I build this Docker image? Would it be more clever to build it on the GPU Server that later will run this image? Or is this install script independent form the hardware?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using llama-cpp-python with a Docker image based on
nvidia/cuda
I build my Docker image usually on my notebook
without
a GPU with a Dockerfile like this:Later I run this docker image on my sever with a GeForce GTX 1080 and Nvida/CUBA installed
My question is: Does it matter where I build this Docker image? Would it be more clever to build it on the GPU Server that later will run this image? Or is this install script independent form the hardware?
Beta Was this translation helpful? Give feedback.
All reactions