Closed manuelli closed 6 years ago
The director install used apt install python-yaml rather than a pip install https://github.com/RobotLocomotion/pytorch-dense-correspondence/blob/master/docker/install_director.sh
apt install python-yaml
pip install
Would vote to just use same here?
@manuelli just switched it to apt install ... LGTM to me now, do you agree?
apt install
Let's instead switch to commenting out the build director line
The director install used
apt install python-yaml
rather than apip install
https://github.com/RobotLocomotion/pytorch-dense-correspondence/blob/master/docker/install_director.shWould vote to just use same here?