after running the below command:
export MJKEY="$(cat ~/.mujoco/mjkey.txt)"
&& docker-compose
-f ./docker/docker-compose.dev.cpu.yml
up
-d
--force-recreate
I got the error which says:
ERROR: pull access denied for softlearning, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Although I had logged into docker, So what is the problem?
after running the below command:
export MJKEY="$(cat ~/.mujoco/mjkey.txt)"
&& docker-compose
-f ./docker/docker-compose.dev.cpu.yml
up
-d
--force-recreate
I got the error which says:
ERROR: pull access denied for softlearning, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Although I had logged into docker, So what is the problem?