f1tenth / f1tenth_gym_ros

Containerized ROS communication bridge for F1TENTH gym environment.
MIT License
154 stars 106 forks source link

Pulling sim (f1tenth_gym_ros:)... #23

Closed LDec-AlmostHuman closed 2 years ago

LDec-AlmostHuman commented 2 years ago

First of all Thank You for fantastic video T01 and T02. Now I am trying to use it but ...

Describe the bug

  1. In Dockerfile is an issue that you have corrected in the other repository f1tenth_gym, problem with git in pip3 -e gym/ command.
  2. I have managed to fix it in the Dockerfile, but now I ran into the problem that when I am trying to docker-compose up I am getting ...

docker-compose up Pulling sim (f1tenth_gym_ros:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y Pulling sim (f1tenth_gym_ros:)... ERROR: pull access denied for f1tenth_gym_ros, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

To Reproduce Steps to reproduce the behavior:

  1. follow your order for non-NVidia
  2. Dockerfile will be first issue, but it is fixable :)
  3. When you try to do docker-compose up ...
  4. You will see the error.

Desktop (please complete the following information):

LDec-AlmostHuman commented 2 years ago

I have found the issue and solved the problem.

In your guide you are saying that we should install docker. Links that you are posting are suggesting installing the Docker-Desktop and this is where the problem started. I have uninstalled Docker-Desktop and installed non Desktop version and all is fine now.

Thank you again for great video.