Skip to content

Commit 584524d

Browse files
committed
fail on error
Signed-off-by: Shobhit Verma <[email protected]>
1 parent 284b965 commit 584524d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docker/common/install.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
#!/bin/bash
2-
3-
echo "TRT_VER: $TRT_VER"
4-
echo "CUDA_VER: $CUDA_VER"
5-
echo "CUDNN_VER: $CUDNN_VER"
6-
echo "NCCL_VER: $NCCL_VER"
7-
echo "CUBLAS_VER: $CUBLAS_VER"
2+
set -Eeuo pipefail
83

94
# Default values
105
base=0

0 commit comments

Comments
 (0)