You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: