Skip to content

Commit

Permalink
try quay.io/vanessa/expfactory-builder
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Sep 5, 2020
1 parent 0db0ff1 commit 64c0047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ dockerbuild: &dockerbuild
command: |
source ${BASH_ENV}
echo "0. Building Docker Container with expfactory builder"
echo "1. Starting vanessa/expfactory-builder container"
echo "docker run -td --entrypoint bash vanessa/expfactory-builder"
docker run --name expfactory-builder -td --entrypoint bash vanessa/expfactory-builder
echo "1. Starting quay.io/vanessa/expfactory-builder container"
echo "docker run -td --entrypoint bash quay.io/vanessa/expfactory-builder"
docker run --name expfactory-builder -td --entrypoint bash quay.io/vanessa/expfactory-builder
echo "2. Copying experiment folder into container at /data"
mkdir -p /tmp/build/${CIRCLE_PROJECT_REPONAME}
cp -R /tmp/src/* /tmp/build/${CIRCLE_PROJECT_REPONAME}
Expand Down

0 comments on commit 64c0047

Please sign in to comment.