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
Currently the ppc64le images lack cudatoolkit as noted here. Ideally we would like to cache the cudatoolkit packages as is done in the x86_64 images. In order to do this we would need to build out cudatoolkit packages with ppc64le support, which amounts to making a couple PRs ( AnacondaRecipes/cudatoolkit-feedstock#4 ). Once that is done and the packages built, it should be straightforward to add these lines to the Docker image.
The text was updated successfully, but these errors were encountered:
Currently the ppc64le images lack
cudatoolkit
as noted here. Ideally we would like to cache thecudatoolkit
packages as is done in the x86_64 images. In order to do this we would need to build outcudatoolkit
packages withppc64le
support, which amounts to making a couple PRs ( AnacondaRecipes/cudatoolkit-feedstock#4 ). Once that is done and the packages built, it should be straightforward to add these lines to the Docker image.The text was updated successfully, but these errors were encountered: