@@ -180,30 +180,6 @@ workflows:
180
180
jobs :
181
181
# - main:
182
182
# context: DOCKERHUB_TOKEN
183
- - binary_linux_conda :
184
- context : DOCKERHUB_TOKEN
185
- cu_version : cu102
186
- name : linux_conda_py38_cu102_pyt190
187
- python_version : ' 3.8'
188
- pytorch_version : 1.9.0
189
- - binary_linux_conda :
190
- context : DOCKERHUB_TOKEN
191
- cu_version : cu111
192
- name : linux_conda_py38_cu111_pyt190
193
- python_version : ' 3.8'
194
- pytorch_version : 1.9.0
195
- - binary_linux_conda :
196
- context : DOCKERHUB_TOKEN
197
- cu_version : cu102
198
- name : linux_conda_py38_cu102_pyt191
199
- python_version : ' 3.8'
200
- pytorch_version : 1.9.1
201
- - binary_linux_conda :
202
- context : DOCKERHUB_TOKEN
203
- cu_version : cu111
204
- name : linux_conda_py38_cu111_pyt191
205
- python_version : ' 3.8'
206
- pytorch_version : 1.9.1
207
183
- binary_linux_conda :
208
184
context : DOCKERHUB_TOKEN
209
185
cu_version : cu102
@@ -370,29 +346,19 @@ workflows:
370
346
python_version : ' 3.8'
371
347
pytorch_version : 2.0.0
372
348
- binary_linux_conda :
349
+ conda_docker_image : pytorch/conda-builder:cuda117
373
350
context : DOCKERHUB_TOKEN
374
- cu_version : cu102
375
- name : linux_conda_py39_cu102_pyt190
376
- python_version : ' 3.9'
377
- pytorch_version : 1.9.0
378
- - binary_linux_conda :
379
- context : DOCKERHUB_TOKEN
380
- cu_version : cu111
381
- name : linux_conda_py39_cu111_pyt190
382
- python_version : ' 3.9'
383
- pytorch_version : 1.9.0
384
- - binary_linux_conda :
385
- context : DOCKERHUB_TOKEN
386
- cu_version : cu102
387
- name : linux_conda_py39_cu102_pyt191
388
- python_version : ' 3.9'
389
- pytorch_version : 1.9.1
351
+ cu_version : cu117
352
+ name : linux_conda_py38_cu117_pyt201
353
+ python_version : ' 3.8'
354
+ pytorch_version : 2.0.1
390
355
- binary_linux_conda :
356
+ conda_docker_image : pytorch/conda-builder:cuda118
391
357
context : DOCKERHUB_TOKEN
392
- cu_version : cu111
393
- name : linux_conda_py39_cu111_pyt191
394
- python_version : ' 3.9 '
395
- pytorch_version : 1.9 .1
358
+ cu_version : cu118
359
+ name : linux_conda_py38_cu118_pyt201
360
+ python_version : ' 3.8 '
361
+ pytorch_version : 2.0 .1
396
362
- binary_linux_conda :
397
363
context : DOCKERHUB_TOKEN
398
364
cu_version : cu102
@@ -558,6 +524,20 @@ workflows:
558
524
name : linux_conda_py39_cu118_pyt200
559
525
python_version : ' 3.9'
560
526
pytorch_version : 2.0.0
527
+ - binary_linux_conda :
528
+ conda_docker_image : pytorch/conda-builder:cuda117
529
+ context : DOCKERHUB_TOKEN
530
+ cu_version : cu117
531
+ name : linux_conda_py39_cu117_pyt201
532
+ python_version : ' 3.9'
533
+ pytorch_version : 2.0.1
534
+ - binary_linux_conda :
535
+ conda_docker_image : pytorch/conda-builder:cuda118
536
+ context : DOCKERHUB_TOKEN
537
+ cu_version : cu118
538
+ name : linux_conda_py39_cu118_pyt201
539
+ python_version : ' 3.9'
540
+ pytorch_version : 2.0.1
561
541
- binary_linux_conda :
562
542
context : DOCKERHUB_TOKEN
563
543
cu_version : cu102
@@ -666,6 +646,20 @@ workflows:
666
646
name : linux_conda_py310_cu118_pyt200
667
647
python_version : ' 3.10'
668
648
pytorch_version : 2.0.0
649
+ - binary_linux_conda :
650
+ conda_docker_image : pytorch/conda-builder:cuda117
651
+ context : DOCKERHUB_TOKEN
652
+ cu_version : cu117
653
+ name : linux_conda_py310_cu117_pyt201
654
+ python_version : ' 3.10'
655
+ pytorch_version : 2.0.1
656
+ - binary_linux_conda :
657
+ conda_docker_image : pytorch/conda-builder:cuda118
658
+ context : DOCKERHUB_TOKEN
659
+ cu_version : cu118
660
+ name : linux_conda_py310_cu118_pyt201
661
+ python_version : ' 3.10'
662
+ pytorch_version : 2.0.1
669
663
- binary_linux_conda_cuda :
670
664
name : testrun_conda_cuda_py38_cu102_pyt190
671
665
context : DOCKERHUB_TOKEN
0 commit comments