valeoai / carrada_dataset

GNU General Public License v3.0
85 stars 22 forks source link

Docker Containers is Empty #12

Closed chenhengwei1999 closed 2 years ago

chenhengwei1999 commented 2 years ago

Hello, after I followed the tutorial, I entered the docker container, but there was no relevant code in the container. Even, there are no files under path /home. Also, there is no carrada_dataset package in conda environment.

image

image

image

Could you please check the docker container? Thank you a lot.

ArthurOuaknine commented 2 years ago

Hello.

I am sorry but I am not able to test the container for the moment. However, I did proper tests with the container and both the dependencies and the repo were well installed. So please verify that you are in the correct container and not an empty one that you generated.

You can also generate the container itself. The DockerFile explicitly ask to install the repo at line 14 with "RUN pip install -e ./carrada_dataset". If there is a problem with Docker or the repo, it should raise an error while building the container. If it doesn't and you still have an empty container, it means that you badly attached your container.

I hope it will help.

chenhengwei1999 commented 2 years ago

@ArthurOuaknine I have solved this problem now. The creation of the image was not successfully completed due to network reasons. Thank you for your reply.