We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed36074 commit 12ba364Copy full SHA for 12ba364
base/prepare.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -x
+set -ex -o pipefail
4
5
# We start by adding extra apt packages, since pip modules may required library
6
if [ "$EXTRA_APT_PACKAGES" ]; then
notebook/prepare.sh
# We start by adding extra apt packages, since pip modules may require system dependencies
0 commit comments