Skip to content

Commit

Permalink
fix circle ci (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
RangiLyu authored Feb 1, 2023
1 parent 3abf77d commit 7755aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
command: |
docker build .circleci/docker -t mmrotate:gpu --build-arg PYTORCH=<< parameters.torch >> --build-arg CUDA=<< parameters.cuda >> --build-arg CUDNN=<< parameters.cudnn >>
docker run --gpus all -t -d -v /home/circleci/project:/mmrotate -w /mmrotate --name mmrotate mmrotate:gpu
docker exec mmrotate apt-get install -y git
- run:
name: Install mmrotate dependencies
command: |
Expand Down

0 comments on commit 7755aa5

Please sign in to comment.