File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ if [ "${image}" == "python-predictor-gpu" ]; then
34
34
cudnn=(" 7" " 7" " 8" " 7" " 8" " 8" " 8" )
35
35
for i in ${! cudnn[@]} ; do
36
36
build_args=" ${build_args} --build-arg CUDA_VERSION=${cuda[$i]} --build-arg CUDNN=${cudnn[$i]} "
37
- docker build " $ROOT " -f $ROOT /images/$image /Dockerfile $build_args -t quay.io/cortexlabs/${image} :${CORTEX_VERSION} -cuda${cuda[$i]} -cudnn${cudnn[$i]}
37
+ docker build " $ROOT " -f $ROOT /images/$image /Dockerfile $build_args -t quay.io/cortexlabs/${image} :${CORTEX_VERSION} -cuda${cuda[$i]} -cudnn${cudnn[$i]} -t cortexlabs/ ${image} : ${CORTEX_VERSION} -cuda ${cuda[$i]} -cudnn ${cudnn[$i]}
38
38
done
39
39
else
40
- docker build " $ROOT " -f $ROOT /images/$image /Dockerfile $build_args -t quay.io/cortexlabs/${image} :${CORTEX_VERSION}
40
+ docker build " $ROOT " -f $ROOT /images/$image /Dockerfile $build_args -t quay.io/cortexlabs/${image} :${CORTEX_VERSION} -t cortexlabs/ ${image} : ${CORTEX_VERSION}
41
41
fi
You can’t perform that action at this time.
0 commit comments