BlueBrain / Deep-Atlas

Apache License 2.0
5 stars 1 forks source link

Better docker setup #51

Closed EmilieDel closed 2 years ago

EmilieDel commented 2 years ago

Fixes #49.

A few ideas for improving our Docker setup.

jankrepl commented 2 years ago

For future reference, I was able to build the image on my Macbook M1 with this command

cd docker
DOCKER_BUILDKIT=0 docker build  -f Dockerfile -t deepatlas --platform linux/amd64  .

I mounted the folder with the source code when docker run.

I currently get the following error/warning when full_pipeline.py does interpolation https://discuss.pytorch.org/t/bug-w-nnpack-cpp-80-could-not-initialize-nnpack-reason-unsupported-hardware/107518