facebookresearch / facebookresearch/detectron2

docker file error

Open
#5,234 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
34.7k
Forks
7.9k
PR merge metrics
No merged PRs in 30d

Description

when you try installing detectron2 locally on windows it gives you CUDA error though toolkit is installed and it can identify system GPU.
i tried installing it from the docker file and I am getting python version mismatch errror.

to reproduce the issue
```
git clone https://github.com/facebookresearch/detectron2.git
cd detectron2
docker build -t detectron2 -f docker/Dockerfile .
```
RUN pip install --user -e detectron2_repo (when docker runs this it will throw python mismatch error)

Contributor guide

Open the contributing guide

Research direction

Start with docker/Dockerfile and reproduce the reported build using the git clone, docker build, and pip install commands in the issue. Compare the Python version expected by the Docker image with the version used by detectron2, and also note the Windows/CUDA environment details that are missing. Done means the Docker build completes without the reported Python mismatch.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, dockerfile, python
Domain
build-system, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.