pop-os / tensorman

Utility for easy management of Tensorflow containers
GNU General Public License v3.0
206 stars 16 forks source link

19.10: Docker is not installed upon installing Tensorman #1

Closed leviport closed 4 years ago

leviport commented 4 years ago

After installing Tensorman on Pop!_OS 19.10, running it does not work. It seems that Docker is not installed when Tensorman is installed.

system76@pop-os:~$ tensorman pull latest
"docker" "pull" "tensorflow/tensorflow:latest"
subcommand failed
system76@pop-os:~$ tensorman pull 1.14.0
"docker" "pull" "tensorflow/tensorflow:1.14.0"
subcommand failed
system76@pop-os:~$ docker

Command 'docker' not found, but can be installed with:

sudo apt install docker.io