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 70fb69d commit 0038078Copy full SHA for 0038078
build/build-image.sh
@@ -33,7 +33,7 @@ if [[ "$image" == *"-slim" ]]; then
33
build_args="--build-arg SLIM=true"
34
fi
35
36
-if [ "${image}" == *"gpu-slim" ]; then
+if [ "${image}" == "python-predictor-gpu-slim" ]; then
37
cuda=("10.0" "10.1" "10.1" "10.2" "10.2" "11.0" "11.1")
38
cudnn=("7" "7" "8" "7" "8" "8" "8")
39
for i in ${!cudnn[@]}; do
0 commit comments