Skip to content

Commit

Permalink
Fix activation script name (#456)
Browse files Browse the repository at this point in the history
This change is necessary after #448.
  • Loading branch information
vyasr authored and bdice committed Jan 28, 2025
1 parent e2907fc commit 1499140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "25.2.8",
"version": "25.2.9",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ make_conda_env() {
make_conda_env "${DEFAULT_CONDA_ENV:-rapids}" "$@" <&0;

# shellcheck disable=SC1090
. /etc/profile.d/*-mambaforge.sh;
. /etc/profile.d/*-miniforge.sh;

0 comments on commit 1499140

Please sign in to comment.