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 0ef9909 commit 07a541cCopy full SHA for 07a541c
.github/workflows/build.yml
@@ -20,5 +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
+ sudo conda install --yes --quiet conda-build
24
python3 ./packaging/build_conda.py
0 commit comments