mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-17 21:00:38 +08:00
fvcore channel priority
Summary: As remarked in #655, we need to specify the fvcore channel before conda-forge, because there is now an fvcore on conda-forge which we don't aim to use. Compare D27589827 Reviewed By: nikhilaravi Differential Revision: D27938996 fbshipit-source-id: 8abf7994a26e0ea9e6a19fb1e246aba7af091ddc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b538f10796
commit
6053d0e46f
@@ -26,4 +26,4 @@ then
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c bottler -c defaults -c conda-forge -c fvcore -c iopath --no-anaconda-upload --python "$PYTHON_VERSION" packaging/pytorch3d
|
||||
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c bottler -c defaults -c fvcore -c iopath -c conda-forge --no-anaconda-upload --python "$PYTHON_VERSION" packaging/pytorch3d
|
||||
|
||||
Reference in New Issue
Block a user