We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50beb49 commit 0ef9909Copy full SHA for 0ef9909
.github/workflows/build.yml
@@ -20,4 +20,5 @@ jobs:
20
# export JUST_TESTRUN=1
21
# VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e CU_VERSION -e JUST_TESTRUN"
22
# docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${TESTRUN_DOCKER_IMAGE} python3 ./packaging/build_conda.py
23
+ conda install conda-build
24
python3 ./packaging/build_conda.py
0 commit comments