Skip to content

Commit

Permalink
separate docker images by cuda versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii-Sheba committed Nov 12, 2024
1 parent 003cac4 commit 16446fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ RUN pip install -r requirements/build.txt
RUN pip install --no-cache-dir -e .
RUN mim install "mmdet>=3.1.0"
RUN pip install future tensorboard albumentations
RUN pip install setuptools==59.5.0
1 change: 1 addition & 0 deletions docker/Dockerfile_aws
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ RUN pip install -r requirements/build.txt
RUN pip install --no-cache-dir -e .
RUN mim install "mmdet>=3.1.0"
RUN pip install future tensorboard albumentations
RUN pip install setuptools==59.5.0

0 comments on commit 16446fb

Please sign in to comment.