Skip to content

Commit

Permalink
Remove index.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 8, 2023
1 parent 79d63cc commit 377ba6c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#! /usr/bin/env bash

if test -n "${PYTHON_PACKAGE_MANAGER:-}"; then
if [ "${PYTHON_PACKAGE_MANAGER:-}" = "pip" ] \
&& devcontainer-utils-vault-s3-creds-test 2>&1 >/dev/null \
&& ! grep -q 'pypi.anaconda.org' <<< "$(pip config get global.extra-index-url 2>&1)"; then
pip config set \
"global.extra-index-url" \
"https://pypi.anaconda.org/rapidsai-wheels-nightly/simple";
fi

rapids-make-${PYTHON_PACKAGE_MANAGER}-env || true;
fi

0 comments on commit 377ba6c

Please sign in to comment.