Skip to content

Commit 0038078

Browse files
committed
Update build-image.sh
1 parent 70fb69d commit 0038078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "$image" == *"-slim" ]]; then
3333
build_args="--build-arg SLIM=true"
3434
fi
3535

36-
if [ "${image}" == *"gpu-slim" ]; then
36+
if [ "${image}" == "python-predictor-gpu-slim" ]; then
3737
cuda=("10.0" "10.1" "10.1" "10.2" "10.2" "11.0" "11.1")
3838
cudnn=("7" "7" "8" "7" "8" "8" "8")
3939
for i in ${!cudnn[@]}; do

0 commit comments

Comments
 (0)