you should have something like 192.168... or 10.0 ....
the worst part of debugging this is waiting for the docker to install tensorflow each time over and over again 😞
Very weird error, trying to run an experiment through an agent in docker mode, and I get this error
docker: Error response from daemon: create /home/elior/Dev/Projects/my_project/data: " /home/elior/Dev/Projects/my_project/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.
you should have something like 192.168... or 10.0 ....
the worst part of debugging this is waiting for the docker to install tensorflow each time over and over again 😞