We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f3b0d commit a2ba990Copy full SHA for a2ba990
Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile for pygwas-celery worker
2
# Version 0.1
3
4
-FROM timeu/gwas_base
+FROM timeu/docker-gwas-base
5
MAINTAINER Uemit Seren <uemit.seren@gmail.com>
6
7
WORKDIR /conf
@@ -13,7 +13,7 @@ RUN mkdir /log && mkdir /DATA mkdir /GENOTYPE
13
RUN groupadd -r celery && useradd -r -g celery celery
14
RUN chown celery:celery -R /log /DATA
15
16
-RUN /env/bin/pip install 'gwaportalpipeline>=0.2.7'
+RUN /env/bin/pip install 'gwaportalpipeline>=0.2.8'
17
18
ADD celeryconfig.py /conf/celeryconfig.py
19
0 commit comments