diff options
author | makefunstuff <[email protected]> | 2024-07-01 18:49:45 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-07-01 18:49:45 +0200 |
commit | 119365165b3975f529165d03d621eda4c0b98d96 (patch) | |
tree | 9a9048613671b6369656d56ad99e822677d54293 /vagrant | |
parent | 819fe436ff5679f1ff8d33fac9949412175c2f78 (diff) | |
download | k3s-lab-119365165b3975f529165d03d621eda4c0b98d96.tar.gz |
ollama gpu
Diffstat (limited to '')
-rw-r--r-- | vagrant/Vagrantfile.gpu | 1 |
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 |