IGNF / myria3d

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

Update docker image to use mamba based image + use conda packages as … #107

Closed leavauchier closed 8 months ago

leavauchier commented 8 months ago

…much as possible

This should resolve docker image build issues (image not building anymore from scratch), mainly by using a prebuilt image with micromamba and cuda installed.

Add .dockerignore to ignore cached files during docker image building

Perfs:

leavauchier commented 8 months ago

@leavauchier Nice that if finally build. However the install does not look like it would work with cuda in its current state. Could you update and test? :)

I updated and tested on my local machine, but if we want to have automatic testing, it would require that the ci machine has cuda installed too

leavauchier commented 8 months ago

LGTM :)

Then I'll merge as soon as the CI works :)

CharlesGaydon commented 8 months ago

LGTM!