Update the docker image to a custom test suite
Compare changes
+ 4
− 18
@@ -16,14 +16,9 @@ stages:
@@ -33,17 +28,9 @@ python-2:
@@ -57,7 +44,6 @@ python-3:
This changes the images used for the python 2 and 3 CI builds to custom docker images with all requirements and optional requirements pre-installed. The effect is that the CI builds should be simpler and more transparent. Additionally, a fixed lalsuite version will be used.
All images are hosted here: https://hub.docker.com/u/bilbydev/
$ docker run --name test-suite-py3 -it continuumio/anaconda3:latest bash
$ exit
)$ docker commit -m "Bilby test suite image" -a "Gregory Ashton" test-suite-py3 bilbydev/test-suite-py3:latest
$ docker login
$ docker push bilbydev/test-suite-py3