Skip to content

Commit 16b9495

Browse files
add pipefail
1 parent e07482c commit 16b9495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

container/deps/vllm/install_vllm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -e
1+
#!/usr/bin/env bash
22
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
# SPDX-License-Identifier: Apache-2.0
44
#
@@ -16,7 +16,7 @@
1616

1717
# Install vllm and wideEP kernels from a specific git reference
1818

19-
set -ex
19+
set -euo pipefail
2020

2121
# Parse arguments
2222
EDITABLE=true

0 commit comments

Comments
 (0)