-
-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doing the vagrant.... #148
Comments
hmmm opencv borked... |
i give for now, on vagrant, will try docker next. (just close this thread) |
gave up on docker, edited the vagrant files to work |
kept getting a ton of errors.....
The SSH command responded with a non-zero exit status. Vagrant |
i don't have nvidia :| soooo, i used vagrant install and test....
BUT...
Testing with vagrant
Start the vagrant box using:
vagrant up (required vagrant up --provider virtualbox)
also.. the vagrant file needed -y after the apt lines starting at 53
vm_config.vm.provision "default setup", type: "shell", inline: <<SCRIPT
apt update
apt install mpich libpq-dev python3-pip -y <--- added this
DEBIAN_FRONTEND=noninteractive apt install python3-pip -y <--- would probably remove this line after moving pip3 up a line
pip3 install -r /vagrant/requirements.no-gpu.txt
i don't know if it fully installed pip3 after making the virtual machine...
vagrant@trader-rl:~$ pip3 install -r /vagrant/requirements.no-gpu.txt
Command 'pip3' not found, but can be installed with:
apt install python3-pip
Please ask your administrator.
sooo ill move pip3 up to line 55 inthe vagrant file
The text was updated successfully, but these errors were encountered: