Skip to content

Commit a9b0d50

Browse files
bottlerfacebook-github-bot
authored andcommitted
Restore missing linux conda builds
Summary: Regenerate config.yml after a recent bad merge which lost a few builds. Reviewed By: nikhilaravi Differential Revision: D30696918 fbshipit-source-id: 3ecdfca8682baed13692ec710aa7c25dbd24dd44
1 parent fc156b5 commit a9b0d50

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.circleci/config.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,18 @@ workflows:
356356
name: linux_conda_py36_cu111_pyt181
357357
python_version: '3.6'
358358
pytorch_version: 1.8.1
359+
- binary_linux_conda:
360+
context: DOCKERHUB_TOKEN
361+
cu_version: cu102
362+
name: linux_conda_py36_cu102_pyt190
363+
python_version: '3.6'
364+
pytorch_version: 1.9.0
365+
- binary_linux_conda:
366+
context: DOCKERHUB_TOKEN
367+
cu_version: cu111
368+
name: linux_conda_py36_cu111_pyt190
369+
python_version: '3.6'
370+
pytorch_version: 1.9.0
359371
- binary_linux_conda:
360372
context: DOCKERHUB_TOKEN
361373
cu_version: cu92
@@ -482,6 +494,18 @@ workflows:
482494
name: linux_conda_py37_cu111_pyt181
483495
python_version: '3.7'
484496
pytorch_version: 1.8.1
497+
- binary_linux_conda:
498+
context: DOCKERHUB_TOKEN
499+
cu_version: cu102
500+
name: linux_conda_py37_cu102_pyt190
501+
python_version: '3.7'
502+
pytorch_version: 1.9.0
503+
- binary_linux_conda:
504+
context: DOCKERHUB_TOKEN
505+
cu_version: cu111
506+
name: linux_conda_py37_cu111_pyt190
507+
python_version: '3.7'
508+
pytorch_version: 1.9.0
485509
- binary_linux_conda:
486510
context: DOCKERHUB_TOKEN
487511
cu_version: cu92

0 commit comments

Comments
 (0)