Skip to content

Commit

Permalink
Merge pull request #383 from robinmordasiewicz/ollama
Browse files Browse the repository at this point in the history
add ollama container
  • Loading branch information
robinmordasiewicz authored May 22, 2024
2 parents e0a31e7 + 428f3ef commit 7055822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/cloud-init/ubuntu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ runcmd:
- ${VAR-spoke-container-server-image-gpu} && /root/wait-for-internet.sh
- ${VAR-spoke-container-server-image-gpu} && apt-get install -y ubuntu-drivers-common cuda-toolkit-12-4 nvidia-driver-550 nvidia-container-toolkit
- ${VAR-spoke-container-server-image-gpu} && nvidia-ctk runtime configure --runtime=docker && nvidia-ctk runtime configure --runtime=crio
- ${VAR-spoke-container-server-image-gpu} && curl --fail --show-error --location --progress-bar -o /usr/bin/ollama "https://ollama.com/download/ollama-linux-amd64" && chmod 755 /usr/bin/ollama
- /root/wait-for-internet.sh
- systemctl enable my-post-reboot.service
- apt-get -y upgrade
Expand Down

0 comments on commit 7055822

Please sign in to comment.