about summary refs log tree commit diff
path: root/vagrant
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-07-01 18:49:45 +0200
committermakefunstuff <[email protected]>2024-07-01 18:49:45 +0200
commit119365165b3975f529165d03d621eda4c0b98d96 (patch)
tree9a9048613671b6369656d56ad99e822677d54293 /vagrant
parent819fe436ff5679f1ff8d33fac9949412175c2f78 (diff)
downloadk3s-lab-119365165b3975f529165d03d621eda4c0b98d96.tar.gz
ollama gpu
Diffstat (limited to '')
-rw-r--r--vagrant/Vagrantfile.gpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/Vagrantfile.gpu b/vagrant/Vagrantfile.gpu
index 090a9e5..3134033 100644
--- a/vagrant/Vagrantfile.gpu
+++ b/vagrant/Vagrantfile.gpu
@@ -10,6 +10,7 @@ Vagrant.configure("2") do |config|
   end
 
   # Provisioning script
+
   config.vm.provision "shell", inline: <<-SHELL
     # Update and install prerequisites
     sudo apt-get update