Skip to content

Commit

Permalink
MP-1135 Update torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Apr 11, 2024
1 parent 73ad5c2 commit de8c8ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ jobs:
with:
imagename: moonvision/${{ env.IMAGE_PRE }}custom-builds
additionaltag: pytorch-3.11
tagversion: 1.13.1_torchvision-0.12.0
tagversion: 1.13.1_torchvision-0.15.2
baseimage: moonvision/${{ env.IMAGE_PRE }}python-base:3.11-latest
path: docker/builders/pytorch
dockerfile: docker/builders/pytorch/Dockerfile
additional_buildargs: |-
pytorch_tag=v1.13.1
torchvision_tag=v0.12.0
torchvision_tag=v0.15.2
prebuilt=false
build-pytorch-cuda:
needs:
Expand Down Expand Up @@ -152,13 +152,13 @@ jobs:
with:
imagename: moonvision/${{ env.IMAGE_PRE }}custom-builds
additionaltag: pytorch-cuda-3.11
tagversion: 1.13.1_torchvision-0.12.0
tagversion: 1.13.1_torchvision-0.15.2
baseimage: moonvision/${{ env.IMAGE_PRE }}python-base:3.11-latest
path: docker/builders/pytorch
dockerfile: docker/builders/pytorch/Dockerfile
additional_buildargs: |-
pytorch_tag=v1.13.1
torchvision_tag=v0.12.0
torchvision_tag=v0.15.2
prebuilt=true
with_cuda=true
docker-moonbox-mini:
Expand Down

0 comments on commit de8c8ce

Please sign in to comment.