Skip to content
Snippets Groups Projects
Commit 5314e8b5 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

trying to use the miniconda image rather than centos

(that does not work particularly well)
parent 2983fa09
No related branches found
No related tags found
No related merge requests found
Pipeline #5831 failed
image: centos
image: registry.esss.lu.se/ics-docker/miniconda
pages:
script:
- yum install -y wget zlib-devel make
- wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- rpm -ivh epel-release-latest-7.noarch.rpm
- yum install -y python-pip python-setuptools python34-numpy numpy
- pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder
- make html
artifacts:
......
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