We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2701d6 commit 077ada0Copy full SHA for 077ada0
context/entrypoint.sh
@@ -10,7 +10,7 @@ EOF
10
11
if [ -e "/home/rapids/environment.yml" ]; then
12
echo "environment.yml found. Installing packages."
13
- timeout ${CONDA_TIMEOUT:-600} mamba env update -n base -f /home/rapids/environment.yml || exit $?
+ timeout ${CONDA_TIMEOUT:-600} mamba env update -n base -y -f /home/rapids/environment.yml || exit $?
14
fi
15
16
if [ "$EXTRA_CONDA_PACKAGES" ]; then
0 commit comments