←back to thread

43 points robertnishihara | 1 comments | | HN request time: 0.217s | source
Show context
lz400 ◴[] No.44394984[source]
Unfortunately uv is usually insufficient for certain ML deployments in Python. It's a real pain to install pytorch/CUDA with all the necessary drivers and C++ dependencies so people tend to fall back to conda.

Any modern tips / life hacks for this situation?

replies(4): >>44395089 #>>44395516 #>>44395563 #>>44395700 #
1. miohtama ◴[] No.44395563[source]
Would it be possible to use Docker to manage native dependencies?