diff --git a/.circleci/config.yml b/.circleci/config.yml index 5568317141..b302d1cfa2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ jobs: binary_linux_wheel: <<: *binary_common docker: - - image: "soumith/manylinux-cuda100" + - image: "pytorch/manylinux-cuda100" resource_class: 2xlarge+ steps: - checkout @@ -62,7 +62,7 @@ jobs: binary_linux_conda: <<: *binary_common docker: - - image: "soumith/conda-cuda" + - image: "pytorch/conda-cuda" resource_class: 2xlarge+ steps: - checkout diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index ff973a93de..ceb6608feb 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -47,7 +47,7 @@ jobs: binary_linux_wheel: <<: *binary_common docker: - - image: "soumith/manylinux-cuda100" + - image: "pytorch/manylinux-cuda100" resource_class: 2xlarge+ steps: - checkout @@ -62,7 +62,7 @@ jobs: binary_linux_conda: <<: *binary_common docker: - - image: "soumith/conda-cuda" + - image: "pytorch/conda-cuda" resource_class: 2xlarge+ steps: - checkout