Skip to content

Commit e4ba602

Browse files
soumithfmassa
authored andcommitted
soumith -> pytorch for docker images (#1577)
1 parent 6cd90e6 commit e4ba602

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

.circleci/config.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ binary_common: &binary_common
5656
wheel_docker_image:
5757
description: "Wheel only: what docker image to use"
5858
type: string
59-
default: "soumith/manylinux-cuda101"
59+
default: "pytorch/manylinux-cuda101"
6060
environment:
6161
PYTHON_VERSION: << parameters.python_version >>
6262
BUILD_VERSION: << parameters.build_version >>
@@ -94,7 +94,7 @@ jobs:
9494
binary_linux_conda:
9595
<<: *binary_common
9696
docker:
97-
- image: "soumith/conda-cuda"
97+
- image: "pytorch/conda-cuda"
9898
resource_class: 2xlarge+
9999
steps:
100100
- checkout_merge
@@ -159,7 +159,7 @@ jobs:
159159
name: Pull docker image
160160
command: |
161161
set -e
162-
export DOCKER_IMAGE=soumith/conda-cuda
162+
export DOCKER_IMAGE=pytorch/conda-cuda
163163
echo Pulling docker image $DOCKER_IMAGE
164164
docker pull $DOCKER_IMAGE >/dev/null
165165
@@ -170,7 +170,7 @@ jobs:
170170
171171
cd ${HOME}/project/
172172
173-
export DOCKER_IMAGE=soumith/conda-cuda
173+
export DOCKER_IMAGE=pytorch/conda-cuda
174174
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
175175
176176
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh
@@ -308,24 +308,24 @@ workflows:
308308
cu_version: cu92
309309
name: binary_linux_wheel_py2.7_cu92
310310
python_version: '2.7'
311-
wheel_docker_image: soumith/manylinux-cuda92
311+
wheel_docker_image: pytorch/manylinux-cuda92
312312
- binary_linux_wheel:
313313
cu_version: cu92
314314
name: binary_linux_wheel_py2.7u_cu92
315315
python_version: '2.7'
316316
unicode_abi: '1'
317-
wheel_docker_image: soumith/manylinux-cuda92
317+
wheel_docker_image: pytorch/manylinux-cuda92
318318
- binary_linux_wheel:
319319
cu_version: cu100
320320
name: binary_linux_wheel_py2.7_cu100
321321
python_version: '2.7'
322-
wheel_docker_image: soumith/manylinux-cuda100
322+
wheel_docker_image: pytorch/manylinux-cuda100
323323
- binary_linux_wheel:
324324
cu_version: cu100
325325
name: binary_linux_wheel_py2.7u_cu100
326326
python_version: '2.7'
327327
unicode_abi: '1'
328-
wheel_docker_image: soumith/manylinux-cuda100
328+
wheel_docker_image: pytorch/manylinux-cuda100
329329
- binary_linux_wheel:
330330
cu_version: cu101
331331
name: binary_linux_wheel_py2.7_cu101
@@ -343,12 +343,12 @@ workflows:
343343
cu_version: cu92
344344
name: binary_linux_wheel_py3.5_cu92
345345
python_version: '3.5'
346-
wheel_docker_image: soumith/manylinux-cuda92
346+
wheel_docker_image: pytorch/manylinux-cuda92
347347
- binary_linux_wheel:
348348
cu_version: cu100
349349
name: binary_linux_wheel_py3.5_cu100
350350
python_version: '3.5'
351-
wheel_docker_image: soumith/manylinux-cuda100
351+
wheel_docker_image: pytorch/manylinux-cuda100
352352
- binary_linux_wheel:
353353
cu_version: cu101
354354
name: binary_linux_wheel_py3.5_cu101
@@ -361,12 +361,12 @@ workflows:
361361
cu_version: cu92
362362
name: binary_linux_wheel_py3.6_cu92
363363
python_version: '3.6'
364-
wheel_docker_image: soumith/manylinux-cuda92
364+
wheel_docker_image: pytorch/manylinux-cuda92
365365
- binary_linux_wheel:
366366
cu_version: cu100
367367
name: binary_linux_wheel_py3.6_cu100
368368
python_version: '3.6'
369-
wheel_docker_image: soumith/manylinux-cuda100
369+
wheel_docker_image: pytorch/manylinux-cuda100
370370
- binary_linux_wheel:
371371
cu_version: cu101
372372
name: binary_linux_wheel_py3.6_cu101
@@ -379,12 +379,12 @@ workflows:
379379
cu_version: cu92
380380
name: binary_linux_wheel_py3.7_cu92
381381
python_version: '3.7'
382-
wheel_docker_image: soumith/manylinux-cuda92
382+
wheel_docker_image: pytorch/manylinux-cuda92
383383
- binary_linux_wheel:
384384
cu_version: cu100
385385
name: binary_linux_wheel_py3.7_cu100
386386
python_version: '3.7'
387-
wheel_docker_image: soumith/manylinux-cuda100
387+
wheel_docker_image: pytorch/manylinux-cuda100
388388
- binary_linux_wheel:
389389
cu_version: cu101
390390
name: binary_linux_wheel_py3.7_cu101
@@ -418,12 +418,12 @@ workflows:
418418
cu_version: cu92
419419
name: binary_linux_conda_py2.7_cu92
420420
python_version: '2.7'
421-
wheel_docker_image: soumith/manylinux-cuda92
421+
wheel_docker_image: pytorch/manylinux-cuda92
422422
- binary_linux_conda:
423423
cu_version: cu100
424424
name: binary_linux_conda_py2.7_cu100
425425
python_version: '2.7'
426-
wheel_docker_image: soumith/manylinux-cuda100
426+
wheel_docker_image: pytorch/manylinux-cuda100
427427
- binary_linux_conda:
428428
cu_version: cu101
429429
name: binary_linux_conda_py2.7_cu101
@@ -436,12 +436,12 @@ workflows:
436436
cu_version: cu92
437437
name: binary_linux_conda_py3.5_cu92
438438
python_version: '3.5'
439-
wheel_docker_image: soumith/manylinux-cuda92
439+
wheel_docker_image: pytorch/manylinux-cuda92
440440
- binary_linux_conda:
441441
cu_version: cu100
442442
name: binary_linux_conda_py3.5_cu100
443443
python_version: '3.5'
444-
wheel_docker_image: soumith/manylinux-cuda100
444+
wheel_docker_image: pytorch/manylinux-cuda100
445445
- binary_linux_conda:
446446
cu_version: cu101
447447
name: binary_linux_conda_py3.5_cu101
@@ -454,12 +454,12 @@ workflows:
454454
cu_version: cu92
455455
name: binary_linux_conda_py3.6_cu92
456456
python_version: '3.6'
457-
wheel_docker_image: soumith/manylinux-cuda92
457+
wheel_docker_image: pytorch/manylinux-cuda92
458458
- binary_linux_conda:
459459
cu_version: cu100
460460
name: binary_linux_conda_py3.6_cu100
461461
python_version: '3.6'
462-
wheel_docker_image: soumith/manylinux-cuda100
462+
wheel_docker_image: pytorch/manylinux-cuda100
463463
- binary_linux_conda:
464464
cu_version: cu101
465465
name: binary_linux_conda_py3.6_cu101
@@ -472,12 +472,12 @@ workflows:
472472
cu_version: cu92
473473
name: binary_linux_conda_py3.7_cu92
474474
python_version: '3.7'
475-
wheel_docker_image: soumith/manylinux-cuda92
475+
wheel_docker_image: pytorch/manylinux-cuda92
476476
- binary_linux_conda:
477477
cu_version: cu100
478478
name: binary_linux_conda_py3.7_cu100
479479
python_version: '3.7'
480-
wheel_docker_image: soumith/manylinux-cuda100
480+
wheel_docker_image: pytorch/manylinux-cuda100
481481
- binary_linux_conda:
482482
cu_version: cu101
483483
name: binary_linux_conda_py3.7_cu101
@@ -554,7 +554,7 @@ workflows:
554554
only: nightly
555555
name: nightly_binary_linux_wheel_py2.7_cu92
556556
python_version: '2.7'
557-
wheel_docker_image: soumith/manylinux-cuda92
557+
wheel_docker_image: pytorch/manylinux-cuda92
558558
- binary_wheel_upload:
559559
context: org-member
560560
filters:
@@ -572,7 +572,7 @@ workflows:
572572
name: nightly_binary_linux_wheel_py2.7u_cu92
573573
python_version: '2.7'
574574
unicode_abi: '1'
575-
wheel_docker_image: soumith/manylinux-cuda92
575+
wheel_docker_image: pytorch/manylinux-cuda92
576576
- binary_wheel_upload:
577577
context: org-member
578578
filters:
@@ -589,7 +589,7 @@ workflows:
589589
only: nightly
590590
name: nightly_binary_linux_wheel_py2.7_cu100
591591
python_version: '2.7'
592-
wheel_docker_image: soumith/manylinux-cuda100
592+
wheel_docker_image: pytorch/manylinux-cuda100
593593
- binary_wheel_upload:
594594
context: org-member
595595
filters:
@@ -607,7 +607,7 @@ workflows:
607607
name: nightly_binary_linux_wheel_py2.7u_cu100
608608
python_version: '2.7'
609609
unicode_abi: '1'
610-
wheel_docker_image: soumith/manylinux-cuda100
610+
wheel_docker_image: pytorch/manylinux-cuda100
611611
- binary_wheel_upload:
612612
context: org-member
613613
filters:
@@ -673,7 +673,7 @@ workflows:
673673
only: nightly
674674
name: nightly_binary_linux_wheel_py3.5_cu92
675675
python_version: '3.5'
676-
wheel_docker_image: soumith/manylinux-cuda92
676+
wheel_docker_image: pytorch/manylinux-cuda92
677677
- binary_wheel_upload:
678678
context: org-member
679679
filters:
@@ -690,7 +690,7 @@ workflows:
690690
only: nightly
691691
name: nightly_binary_linux_wheel_py3.5_cu100
692692
python_version: '3.5'
693-
wheel_docker_image: soumith/manylinux-cuda100
693+
wheel_docker_image: pytorch/manylinux-cuda100
694694
- binary_wheel_upload:
695695
context: org-member
696696
filters:
@@ -739,7 +739,7 @@ workflows:
739739
only: nightly
740740
name: nightly_binary_linux_wheel_py3.6_cu92
741741
python_version: '3.6'
742-
wheel_docker_image: soumith/manylinux-cuda92
742+
wheel_docker_image: pytorch/manylinux-cuda92
743743
- binary_wheel_upload:
744744
context: org-member
745745
filters:
@@ -756,7 +756,7 @@ workflows:
756756
only: nightly
757757
name: nightly_binary_linux_wheel_py3.6_cu100
758758
python_version: '3.6'
759-
wheel_docker_image: soumith/manylinux-cuda100
759+
wheel_docker_image: pytorch/manylinux-cuda100
760760
- binary_wheel_upload:
761761
context: org-member
762762
filters:
@@ -805,7 +805,7 @@ workflows:
805805
only: nightly
806806
name: nightly_binary_linux_wheel_py3.7_cu92
807807
python_version: '3.7'
808-
wheel_docker_image: soumith/manylinux-cuda92
808+
wheel_docker_image: pytorch/manylinux-cuda92
809809
- binary_wheel_upload:
810810
context: org-member
811811
filters:
@@ -822,7 +822,7 @@ workflows:
822822
only: nightly
823823
name: nightly_binary_linux_wheel_py3.7_cu100
824824
python_version: '3.7'
825-
wheel_docker_image: soumith/manylinux-cuda100
825+
wheel_docker_image: pytorch/manylinux-cuda100
826826
- binary_wheel_upload:
827827
context: org-member
828828
filters:
@@ -951,7 +951,7 @@ workflows:
951951
only: nightly
952952
name: nightly_binary_linux_conda_py2.7_cu92
953953
python_version: '2.7'
954-
wheel_docker_image: soumith/manylinux-cuda92
954+
wheel_docker_image: pytorch/manylinux-cuda92
955955
- binary_conda_upload:
956956
context: org-member
957957
filters:
@@ -967,7 +967,7 @@ workflows:
967967
only: nightly
968968
name: nightly_binary_linux_conda_py2.7_cu100
969969
python_version: '2.7'
970-
wheel_docker_image: soumith/manylinux-cuda100
970+
wheel_docker_image: pytorch/manylinux-cuda100
971971
- binary_conda_upload:
972972
context: org-member
973973
filters:
@@ -1013,7 +1013,7 @@ workflows:
10131013
only: nightly
10141014
name: nightly_binary_linux_conda_py3.5_cu92
10151015
python_version: '3.5'
1016-
wheel_docker_image: soumith/manylinux-cuda92
1016+
wheel_docker_image: pytorch/manylinux-cuda92
10171017
- binary_conda_upload:
10181018
context: org-member
10191019
filters:
@@ -1029,7 +1029,7 @@ workflows:
10291029
only: nightly
10301030
name: nightly_binary_linux_conda_py3.5_cu100
10311031
python_version: '3.5'
1032-
wheel_docker_image: soumith/manylinux-cuda100
1032+
wheel_docker_image: pytorch/manylinux-cuda100
10331033
- binary_conda_upload:
10341034
context: org-member
10351035
filters:
@@ -1075,7 +1075,7 @@ workflows:
10751075
only: nightly
10761076
name: nightly_binary_linux_conda_py3.6_cu92
10771077
python_version: '3.6'
1078-
wheel_docker_image: soumith/manylinux-cuda92
1078+
wheel_docker_image: pytorch/manylinux-cuda92
10791079
- binary_conda_upload:
10801080
context: org-member
10811081
filters:
@@ -1091,7 +1091,7 @@ workflows:
10911091
only: nightly
10921092
name: nightly_binary_linux_conda_py3.6_cu100
10931093
python_version: '3.6'
1094-
wheel_docker_image: soumith/manylinux-cuda100
1094+
wheel_docker_image: pytorch/manylinux-cuda100
10951095
- binary_conda_upload:
10961096
context: org-member
10971097
filters:
@@ -1137,7 +1137,7 @@ workflows:
11371137
only: nightly
11381138
name: nightly_binary_linux_conda_py3.7_cu92
11391139
python_version: '3.7'
1140-
wheel_docker_image: soumith/manylinux-cuda92
1140+
wheel_docker_image: pytorch/manylinux-cuda92
11411141
- binary_conda_upload:
11421142
context: org-member
11431143
filters:
@@ -1153,7 +1153,7 @@ workflows:
11531153
only: nightly
11541154
name: nightly_binary_linux_conda_py3.7_cu100
11551155
python_version: '3.7'
1156-
wheel_docker_image: soumith/manylinux-cuda100
1156+
wheel_docker_image: pytorch/manylinux-cuda100
11571157
- binary_conda_upload:
11581158
context: org-member
11591159
filters:

.circleci/config.yml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ binary_common: &binary_common
5656
wheel_docker_image:
5757
description: "Wheel only: what docker image to use"
5858
type: string
59-
default: "soumith/manylinux-cuda101"
59+
default: "pytorch/manylinux-cuda101"
6060
environment:
6161
PYTHON_VERSION: << parameters.python_version >>
6262
BUILD_VERSION: << parameters.build_version >>
@@ -94,7 +94,7 @@ jobs:
9494
binary_linux_conda:
9595
<<: *binary_common
9696
docker:
97-
- image: "soumith/conda-cuda"
97+
- image: "pytorch/conda-cuda"
9898
resource_class: 2xlarge+
9999
steps:
100100
- checkout_merge
@@ -159,7 +159,7 @@ jobs:
159159
name: Pull docker image
160160
command: |
161161
set -e
162-
export DOCKER_IMAGE=soumith/conda-cuda
162+
export DOCKER_IMAGE=pytorch/conda-cuda
163163
echo Pulling docker image $DOCKER_IMAGE
164164
docker pull $DOCKER_IMAGE >/dev/null
165165

@@ -170,7 +170,7 @@ jobs:
170170

171171
cd ${HOME}/project/
172172

173-
export DOCKER_IMAGE=soumith/conda-cuda
173+
export DOCKER_IMAGE=pytorch/conda-cuda
174174
export VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e UNICODE_ABI -e CU_VERSION"
175175

176176
docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${DOCKER_IMAGE} ./packaging/build_conda.sh

0 commit comments

Comments
 (0)