Closed adolic closed 2 years ago
Hey Antonio, thanks for the report Can you provide some more info and how to reproduce this? Did you change anything? I'll try to look into this in the next days In the meantime you can use the image pulled from dockerhub
Hi Gianluca,
(4b build the torcs image yourself
) I have just followed the installation instructions for building the docker image using the dockerfile from the repo.
(4a pull the torcs image
) When using image from the dockerhub everything "starts" fine but when I go inside the container /torcs
folder is empty.
So
4a pull the torcs image
-- /torcs
should be empty. It's the build directory the torcs source gets copied and build. I remove it at the end of the dockerfile to save image space.
4b build the torcs image yourself
-- I'll try as soon as I can. As a quick fix could you try to remove
https://github.com/gerkone/pyTORCS-docker/blob/01bfb15005b2d940f315a03b7dec20a68b0e92d9/torcs/Dockerfile#L28 from the dockerfile and build again?
Hey. Sorry for the long wait. I noticed there was a missing subpackage (gennmtab), probably due to a gitignore error. Could you please try again now?
Thank you :+1: , I can confirm that it works now.
When attempting to build a image I get a following error:
Any ideas why?