NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

The current Dockerfile is not working for me #432

Open zshyang opened 2 years ago

zshyang commented 2 years ago

Describe the bug The bug is I could not install this docker image on my machine. I am using CentOS 7.


To Reproduce I copied and pasted the Dockerfile from your repo and run with the following command:

docker build -t me .

I could not build this image successfully.


Expected behavior A clear and concise description of what you expected to happen.

You could see the full error here.

Because the error extends my terminal so it is not precisly full.


Desktop (please complete the following information):


Additional context None

John155 commented 2 years ago

I have the same problem

thiagodma commented 2 years ago

Same problem here. Can someone help, please?