Skip to content

Commit be15f9b

Browse files
authored
Revert "Deprecate conda builds from builder (#2041)"
This reverts commit 3bc4faa.
1 parent 3bc4faa commit be15f9b

30 files changed

+1486
-0
lines changed

conda/activate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
source activate /c/ProgramData/Miniconda3/Scripts/activate root

conda/build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
4+
# NOTE: This is a shim for next versions of the pytorch binary build workflows
5+
# TODO: Remove this once we fully move binary builds on master to GHA
6+
7+
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
8+
DESIRED_CUDA=${DESIRED_CUDA:-cpu} bash ${SCRIPTPATH}/build_pytorch.sh

0 commit comments

Comments
 (0)