You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: