We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f841a33 commit bcf3121Copy full SHA for bcf3121
scripts/build-env/manylinux.sh
@@ -16,7 +16,7 @@ cd ../..
16
echo "Installing dependencies for building Tensor-Array on manylinux..."
17
chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh
18
echo "Installing required packages..."
19
-$USE_SUDO dnf -y install redhat-lsb-core wget
+$USE_SUDO yum install -y redhat-lsb-core wget
20
echo "Running CUDA installation script..."
21
tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh
22
0 commit comments