Skip to content

Commit

Permalink
fix build init
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 17, 2023
1 parent 30756a7 commit 3d6a03f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/COPY_ROOT/opt/ai-dock/bin/build/layer0/init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Must exit and fail to build if any command fails
set -eo pipefail

source /opt/ai-dock/bin/build/layer0/common.sh

if [[ "$XPU_TARGET" == "NVIDIA_GPU" ]]; then
Expand Down

0 comments on commit 3d6a03f

Please sign in to comment.