I am just getting started with the caravel user project. Have successfully executed the commands until make pdk in the README.md but when I execute the make user_proj_example I get the following docker error:
export CARAVEL_ROOT=/home/aanujdu/my_chip/caravel && cd openlane && make user_proj_example
make[1]: Entering directory '/home/aanujdu/my_chip/openlane'
###############################################
docker: Error response from daemon: failed to create shim: OCI runtime create failed: invalid mount {Destination:: Type:bind Source:/var/lib/docker/volumes/8687e20dfdb1f5b7560e29510c3a71512a976cea54a5f6c02e1cc8d869d4e1a2/_data Options:[rbind]}: mount destination : not absolute: unknown.
ERRO[0002] error waiting for container: context canceled
Makefile:41: recipe for target 'user_proj_example' failed
make[1]: * [user_proj_example] Error 125
make[1]: Leaving directory '/home/aanujdu/my_chip/openlane'
Makefile:78: recipe for target 'user_proj_example' failed
make: * [user_proj_example] Error 2
Has anyone faced this error before and knows the fix?
Thanks!