IGNF / myria3d

Myria3D: Aerial Lidar HD Semantic Segmentation with Deep Learning
https://ignf.github.io/myria3d/
BSD 3-Clause "New" or "Revised" License
151 stars 20 forks source link

Use yaml for install Docker #126

Closed chugom closed 2 months ago

chugom commented 2 months ago

Hello,

I've been trying to install the Docker image, but it seems like the YAML file isn't properly formatted. It doesn't recognize 'repos.' I added 'services,' but it doesn't help."

thanks

chugom commented 2 months ago

Okay, the command is different compared to a file of type 'compose.yaml'; you need to use 'docker run -it lidar (for example) bash'. But how do I verify that everything is installed correctly? Because the command that works is 'python -m pytest -rA -v', but the command 'condo activate myria3d' doesn't work, it says command not found. Thank you for your help; maybe the image doesn't contain all the dependencies. I use Docker Desktop for Windows.

Thanks for your help!

chugom commented 2 months ago

Okay, everything is fine now, it works. I just chose the wrong distribution.