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
When attempting to build the docker image as per the README:
git clone --recursive https://github.com/facebookincubator/AITemplate
cd AITemplate
./docker/build.sh cuda
The image fails to build with the below error:
ERROR: Package 'networkx' requires a different Python: 3.8.10 not in '>=3.9'
The command '/bin/sh -c pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113' returned a non-zero code: 1
When attempting to build the docker image as per the README:
The image fails to build with the below error:
Full Step:
The text was updated successfully, but these errors were encountered: