@@ -353,6 +353,25 @@ workflows:
353353 name : linux_conda_py37_cu113_pyt1100
354354 python_version : ' 3.7'
355355 pytorch_version : 1.10.0
356+ - binary_linux_conda :
357+ context : DOCKERHUB_TOKEN
358+ cu_version : cu102
359+ name : linux_conda_py37_cu102_pyt1101
360+ python_version : ' 3.7'
361+ pytorch_version : 1.10.1
362+ - binary_linux_conda :
363+ context : DOCKERHUB_TOKEN
364+ cu_version : cu111
365+ name : linux_conda_py37_cu111_pyt1101
366+ python_version : ' 3.7'
367+ pytorch_version : 1.10.1
368+ - binary_linux_conda :
369+ conda_docker_image : pytorch/conda-builder:cuda113
370+ context : DOCKERHUB_TOKEN
371+ cu_version : cu113
372+ name : linux_conda_py37_cu113_pyt1101
373+ python_version : ' 3.7'
374+ pytorch_version : 1.10.1
356375 - binary_linux_conda :
357376 context : DOCKERHUB_TOKEN
358377 cu_version : cu92
@@ -486,6 +505,25 @@ workflows:
486505 name : linux_conda_py38_cu113_pyt1100
487506 python_version : ' 3.8'
488507 pytorch_version : 1.10.0
508+ - binary_linux_conda :
509+ context : DOCKERHUB_TOKEN
510+ cu_version : cu102
511+ name : linux_conda_py38_cu102_pyt1101
512+ python_version : ' 3.8'
513+ pytorch_version : 1.10.1
514+ - binary_linux_conda :
515+ context : DOCKERHUB_TOKEN
516+ cu_version : cu111
517+ name : linux_conda_py38_cu111_pyt1101
518+ python_version : ' 3.8'
519+ pytorch_version : 1.10.1
520+ - binary_linux_conda :
521+ conda_docker_image : pytorch/conda-builder:cuda113
522+ context : DOCKERHUB_TOKEN
523+ cu_version : cu113
524+ name : linux_conda_py38_cu113_pyt1101
525+ python_version : ' 3.8'
526+ pytorch_version : 1.10.1
489527 - binary_linux_conda :
490528 context : DOCKERHUB_TOKEN
491529 cu_version : cu101
@@ -583,6 +621,25 @@ workflows:
583621 name : linux_conda_py39_cu113_pyt1100
584622 python_version : ' 3.9'
585623 pytorch_version : 1.10.0
624+ - binary_linux_conda :
625+ context : DOCKERHUB_TOKEN
626+ cu_version : cu102
627+ name : linux_conda_py39_cu102_pyt1101
628+ python_version : ' 3.9'
629+ pytorch_version : 1.10.1
630+ - binary_linux_conda :
631+ context : DOCKERHUB_TOKEN
632+ cu_version : cu111
633+ name : linux_conda_py39_cu111_pyt1101
634+ python_version : ' 3.9'
635+ pytorch_version : 1.10.1
636+ - binary_linux_conda :
637+ conda_docker_image : pytorch/conda-builder:cuda113
638+ context : DOCKERHUB_TOKEN
639+ cu_version : cu113
640+ name : linux_conda_py39_cu113_pyt1101
641+ python_version : ' 3.9'
642+ pytorch_version : 1.10.1
586643 - binary_linux_conda_cuda :
587644 name : testrun_conda_cuda_py37_cu102_pyt170
588645 context : DOCKERHUB_TOKEN
0 commit comments