-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
module: dockeroncall: relengIn support of CI and Release EngineeringIn support of CI and Release EngineeringtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 Describe the bug
Docker nightly builds are failing since last week:
https://hud.pytorch.org/hud/pytorch/pytorch/nightly/1?per_page=50&name_filter=Docker%20
This happens during conda install here:
/opt/conda/bin/conda install -c "pytorch-nightly" -c "nvidia" -y "python=3.10" pytorch torchvision torchaudio torchtext "pytorch-cuda=$(echo 11.8.0 | cut -d'.' -f 1-2)" ;; esac && /opt/conda/bin/conda clean -ya:
#28 1.635 DEBUG:urllib3.connectionpool:[https://conda.anaconda.org:443](https://conda.anaconda.org/) "GET /pytorch-nightly/linux-64/current_repodata.json HTTP/1.1" 404 None
#28 1.670 DEBUG:urllib3.connectionpool:[https://conda.anaconda.org:443](https://conda.anaconda.org/) "GET /pytorch-nightly/noarch/repodata.json HTTP/1.1" 304 0
#28 1.693 DEBUG:urllib3.connectionpool:[https://conda.anaconda.org:443](https://conda.anaconda.org/) "GET /pytorch-nightly/linux-64/repodata.json HTTP/1.1" 304 0
#28 4.010 done
unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
#28 10.13 Solving environment: ...working... unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
#28 12.53
#28 12.53 ResolvePackageNotFound:
#28 12.53 - conda==23.5.2
#28 12.53
The issue seems to be connected to conda update 23.7.2
Versions
torch 2.1.0
malfet
Metadata
Metadata
Assignees
Labels
module: dockeroncall: relengIn support of CI and Release EngineeringIn support of CI and Release EngineeringtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module