Dir rename

dh_python
B.J. Dweck 2020-10-06 14:29:52 +02:00
parent 12b55643e2
commit 06539bba8b
5 changed files with 1 additions and 1 deletions

2
example/Vagrantfile vendored
View File

@ -69,7 +69,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "file", source: "../torch.service", destination: "~/torch/"
config.vm.provision "file", source: "../install-ubuntu2004.sh", destination: "~/torch/"
config.vm.provision "file", source: "vagrant-config", destination: "~/torch-conf"
config.vm.provision "file", source: "agent-config", destination: "~/torch-conf"
config.vm.provision "shell", inline: <<-SHELL