From fb257fada20f351e00db16b342f242b52c7a3f7d Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Thu, 14 Nov 2019 12:54:26 -0800 Subject: [PATCH] soumith -> pytorch for docker images --- .circleci/config.yml | 4 ++-- .circleci/config.yml.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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