dalle-mini icon indicating copy to clipboard operation
dalle-mini copied to clipboard

issue with docker image installing jaxlib

Open kellan opened this issue 2 years ago • 3 comments

output from build_docker.sh

#6 7.662 ERROR: Could not find a version that satisfies the requirement jaxlib==0.3.10+cuda11.cudnn82 (from jax[cuda]) (from versions: none) #6 7.735 ERROR: No matching distribution found for jaxlib==0.3.10+cuda11.cudnn82 (from jax[cuda]) Looks like this is an issue with the python 3.8 that is being installed by ubuntu and goes away with python 3.9+

kellan avatar Jun 12 '22 16:06 kellan

Duplicate issue

https://github.com/borisdayma/dalle-mini/issues/260

ryanalexmartin avatar Jun 18 '22 06:06 ryanalexmartin

I changed https://storage.googleapis.com/jax-releases/jax_releases.html to https://storage.googleapis.com/jax-releases/jax_cuda_releases.html and it worked.

MinahilRaza avatar Jun 20 '22 16:06 MinahilRaza

Thanks @MinahilRaza I had the same problem and your solution solve it.

farzanehnakhaee70 avatar Jul 10 '22 02:07 farzanehnakhaee70