Skip to content

Commit c5c129f

Browse files
committed
remove conda install of nvjpeg
1 parent 866040e commit c5c129f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/scripts/setup-env.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ if [[ "${OS_TYPE}" == "windows" ]]; then
8585
sed -e '/^$/,$d' *.egg-info/requires.txt > requirements.txt
8686
pip install --progress-bar=off -r requirements.txt
8787
echo '::endgroup::'
88-
89-
# FIXME: remove this as soon as libnvjpeg is available through the runner
90-
if [[ $GPU_ARCH_TYPE == 'cuda' ]]; then
91-
conda install -c nvidia libnvjpeg="${GPU_ARCH_VERSION}"
92-
fi
9388
fi
9489

9590
echo '::group::Install TorchVision'

0 commit comments

Comments
 (0)