I am attempting to install AutoLab in an Ubuntu 16.04 box. At the end of the installation script I see this message.
[2/6] Done
[3/6] Copying config files...
[3/6] Done
[4/6] make volumes...
[4/6] Done
[5/6] Init docker images and containers...
./install.sh: line 180: docker-compose: command not found
Failed command: congrats() {
ERROR: Line 180 of script has return value 127. The log file is saved at /tmp/tmp.Okr2tKW6la.
Thank you for trying out Autolab! For questions and comments, email us at autolab-dev@andrew.cmu.edu.
Should I install docker-compose? I thought the purpose of this script was to install all dependencies including docker.
I am attempting to install AutoLab in an Ubuntu 16.04 box. At the end of the installation script I see this message.
Should I install
docker-compose
? I thought the purpose of this script was to install all dependencies includingdocker
.