pytorch / multipy

torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python interpreters in a single C++ process.
Other
173 stars 35 forks source link

Docker build fails with conda error #324

Open coppock opened 1 year ago

coppock commented 1 year ago

Building top of tree using the recommended method (Dockerfile) fails with what appears to be a conda error. Here is a Gist with the build log. There are a lot of TLS messages, not sure if that indicates a problem with my machine, but I'm able to use conda (and other tools) outside of Docker with no problem.

#12 341.8 ResolvePackageNotFound: 
#12 341.8   - conda==23.3.1

I'm trying to build MultiPy in order to get DLRM running on TorchRec.