Skip to content

Commit

Permalink
updated installer
Browse files Browse the repository at this point in the history
  • Loading branch information
musoles committed Sep 16, 2024
1 parent d14fddc commit 9be6af0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions installer/install_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ install_core_dependencies() {

# install helmfile
wget https://github.com/helmfile/helmfile/releases/download/v0.167.1/helmfile_0.167.1_linux_amd64.tar.gz
unzip
$SUDO mv helmfile /usr/local/bin/
mkdir helmfile && tar -xvzf helmfile_0.167.1_linux_amd64.tar.gz -C helmfile
$SUDO mv helmfile/helmfile /usr/local/bin/
$SUDO rm -r helmfile
$SUDO rm helmfile_0.167.1_linux_amd64.tar.gz

# configure containerd for nvidia
$SUDO nvidia-ctk runtime configure --runtime=containerd
Expand Down

0 comments on commit 9be6af0

Please sign in to comment.