rail-berkeley/softlearning

Error on installing with docker

Mahdi-HF opened this issue · 1 comments

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?

j3soon commented

Hi,

Although this is a very late reply, you can find the fix at the following link: https://github.com/j3soon/rail-berkeley-softlearning

Related: #204