Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
corochann committed May 10, 2021
1 parent eccb463 commit 5171683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flexci/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IMAGE_BASE="${1:-}"
IMAGE_PUSH=1
if [ "${IMAGE_BASE}" = "" ]; then
IMAGE_BASE="torch-dftd3"
IMAGE_BASE="torch-dftd"
IMAGE_PUSH=0
fi

Expand Down
2 changes: 1 addition & 1 deletion .flexci/pytest_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

#IMAGE=pytorch/pytorch:1.5.1-cuda10.1-cudnn7-devel
IMAGE=asia.gcr.io/pfn-public-ci/torch-dftd3-ci:torch15
IMAGE=asia.gcr.io/pfn-public-ci/torch-dftd-ci:torch15


main() {
Expand Down

0 comments on commit 5171683

Please sign in to comment.