-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
As part of building docker images for ResNet50-PyTorch-Xeon-Public and BERTLarge-PyTorch-Xeon-Public workloads, building PyTorch-Xeon intermediary image failed while setting up Conda environment.
One of the dependency package tornado where latest versions stopped support for Python 3.7 and throwing following error
#10 27.09 ERROR: Could not find a version that satisfies the requirement tornado==6.3.2
Couple of options to resolve this
- Upgrade Python version to 3.8 or higher here
- Fix tornado version to <= 6.2.0
Metadata
Metadata
Assignees
Labels
No labels