Skip to content
Snippets Groups Projects
Commit b8b22c10 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: update docker file paths in CI config

parent 391c11a8
No related branches found
No related tags found
1 merge request!4ENH: Config file templating
......@@ -17,11 +17,10 @@ conda create -y ${channels[@]} \
file-tree file-tree-fsl \
fsl_sub \
fsl_sub_plugin_slurm \
fsl_sub_plugin_sge
fsl_sub_plugin_sge \
jinja2
source activate ${envdir}
pip install dmri-amico
pip install git+https://git.fmrib.ox.ac.uk/ndcn0236/pipe-tree.git
pip install git+https://git.fmrib.ox.ac.uk/fsl/gradunwarp.git
# CREATE DOCKER IMAGE
......@@ -19,8 +19,8 @@ build-dev-docker-image:
- echo $DOCKER_AUTH_CONFIG > $HOME/.docker/config.json
- TAG="$(date +%Y%m%d).${CI_COMMIT_SHORT_SHA}"
- IMAGE="pauldmccarthy/bip-dev"
- DOCKERFILE=docker/Dockerfile
- docker build -t "${IMAGE}:${TAG}" -t "${IMAGE}:latest" -f ${DOCKERFILE} ./docker
- DOCKERFILE=.docker/Dockerfile
- docker build -t "${IMAGE}:${TAG}" -t "${IMAGE}:latest" -f ${DOCKERFILE} ./.docker
- docker push "${IMAGE}:${TAG}"
- docker push "${IMAGE}:latest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment