Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #922 from Hakuyume/update-gcs
Browse files Browse the repository at this point in the history
Update GCS's URL
  • Loading branch information
yuyu2172 committed Aug 30, 2019
2 parents 1f4e84a + 68e3b7b commit a623f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pfnci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ case ${CUPY} in
echo pip${PYTHON} install cupy-cuda92==${LATEST} >> install.sh
;;
master)
CUPY_MASTER=$(gsutil -q cp gs://tmp-pfn-public-ci/cupy/wheel/master -)
gsutil -q cp gs://tmp-pfn-public-ci/cupy/wheel/${CUPY_MASTER}/cuda9.2/*.whl .
CUPY_MASTER=$(gsutil -q cp gs://tmp-asia-pfn-public-ci/cupy/wheel/master -)
gsutil -q cp gs://tmp-asia-pfn-public-ci/cupy/wheel/${CUPY_MASTER}/cuda9.2/*.whl .
echo pip${PYTHON} install cupy-*-cp${PYTHON}*-cp${PYTHON}*-linux_x86_64.whl >> install.sh
;;
local)
Expand Down

0 comments on commit a623f38

Please sign in to comment.