diff --git a/context/entrypoint.sh b/context/entrypoint.sh index 82b9c8cf..7f27e5b8 100755 --- a/context/entrypoint.sh +++ b/context/entrypoint.sh @@ -10,7 +10,7 @@ EOF if [ -e "/home/rapids/environment.yml" ]; then echo "environment.yml found. Installing packages." - 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 $? fi if [ "$EXTRA_CONDA_PACKAGES" ]; then diff --git a/context/test_notebooks.py b/context/test_notebooks.py index a740c3af..e6ae167c 100755 --- a/context/test_notebooks.py +++ b/context/test_notebooks.py @@ -33,7 +33,7 @@ 'cuspatial/nyc_taxi_years_correlation.ipynb', # context on skip zipcodes: https://github.com/rapidsai/cuspatial/issues/1426 'cuspatial/ZipCodes_Stops_PiP_cuSpatial.ipynb', - # context on this being skipped: https://github.com/rapidsai/docker/pull/728#issuecomment-2631146036 + # context on this being skipped: https://github.com/rapidsai/docker/issues/726 'cuspatial/trajectory_clustering.ipynb', ]