Skip to content
Snippets Groups Projects
Commit d963f2fd authored by Patrick Chabrier's avatar Patrick Chabrier
Browse files

a container with singularity

parent e9b5ce31
No related branches found
No related tags found
No related merge requests found
Pipeline #27098 failed
......@@ -11,7 +11,7 @@ build docker-planemo:
stage: build
variables:
IMAGE_TAG: $CI_REGISTRY/record/docker-planemo/docker-planemo:0.74.1
IMAGE_TAG: $CI_REGISTRY/record/docker-planemo/docker-planemo-singularity:0.74.1
script:
- docker info
......
......@@ -2,6 +2,12 @@ FROM python:3.6.12
LABEL maintainer "Patrick Chabrier <patrick.chabrier@inrae.fr>"
RUN wget -O- http://neuro.debian.net/lists/xenial.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list \
&& apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
&& sudo apt-get update
RUN apt-get install -y singularity-container
ENV DEBIAN_FRONTEND noninteractive
RUN pip install git+https://github.com/galaxyproject/planemo.git@0.74.1
......
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