Skip to content

Commit

Permalink
Add nvm insights
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 13, 2023
1 parent dd4e7c3 commit 88a4a0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_insights.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ pushd captum/insights/attr_vis/frontend || exit
echo "-----------------------------------"
echo "Install Dependencies"
echo "-----------------------------------"
source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install 16.13.0
nvm use 16.13.0
yarn install
Expand Down

0 comments on commit 88a4a0c

Please sign in to comment.