I'm following this tutorial that uses Docker. When I tried to run Docker (inside the run.sh script):
docker run \
-p 8888:8888
-v `pwd`/../src:/src \
-v `pwd`/../data:/data -w /src supervisely_anpr \
--rm \
-it \
bash
I got the error:
docker: invalid reference format.
I spent 2 hours and I can't really understand what's wrong. Any idea really appreciated.