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 cd715ce commit e92583eCopy full SHA for e92583e
build/COPY_ROOT_0/opt/ai-dock/bin/init.sh
@@ -433,7 +433,7 @@ function init_write_environment() {
433
printf "# First init complete\n" >> /root/.bashrc
434
printf "umask 002\n" >> /root/.bashrc
435
printf "source /opt/ai-dock/etc/environment.sh\n" >> /root/.bashrc
436
- printf "nvm use > /dev/null 2>&1\n" >> /root/.bashrc
+ printf "nvm use default > /dev/null 2>&1\n" >> /root/.bashrc
437
438
if [[ -n $PYTHON_DEFAULT_VENV ]]; then
439
printf '\nif [[ -d $WORKSPACE/environments/python/$PYTHON_DEFAULT_VENV ]]; then\n' >> /root/.bashrc
0 commit comments