Dockerfile error
Opened this issue · 0 comments
guozj583 commented
In using your https://github.com/baaivision/EVA/tree/master/EVA-02/det/docker/Dockerfile compile mirror, found that there are many places of version conflicts. For example, the base image uses python3.6, but when compiling detectron2, it requires python>=3.7; pytorch is named version 1.10.0, but installing xformers doesn't work with ATen/cuda/Atomic.cuh (pytorch1.13.1 work), and there are other version conflicts. Can you compile successfully with this Dockerfile? How do you compile it?