softlearning icon indicating copy to clipboard operation
softlearning copied to clipboard

Error on installing with docker

Open Mahdi-HF opened this issue 4 years ago • 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?

Mahdi-HF avatar Jan 09 '21 20:01 Mahdi-HF

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

j3soon avatar Dec 02 '23 14:12 j3soon