Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image build failed for PyTorch-Xeon #29

Open
vvravi1 opened this issue Jul 19, 2023 · 0 comments
Open

Docker image build failed for PyTorch-Xeon #29

vvravi1 opened this issue Jul 19, 2023 · 0 comments

Comments

@vvravi1
Copy link

vvravi1 commented Jul 19, 2023

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.

https://github.com/intel/workload-services-framework/blob/23.2/stack/PyTorch-Xeon/Dockerfile.2.intel_public#L64

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
ziyizhang-1 added a commit to ziyizhang-1/workload-services-framework that referenced this issue Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant