Skip to content

Commit a2ba990

Browse files
committed
Changed base image and gwaportalpipeline version
1 parent b1f3b0d commit a2ba990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for pygwas-celery worker
22
# Version 0.1
33

4-
FROM timeu/gwas_base
4+
FROM timeu/docker-gwas-base
55
MAINTAINER Uemit Seren <uemit.seren@gmail.com>
66

77
WORKDIR /conf
@@ -13,7 +13,7 @@ RUN mkdir /log && mkdir /DATA mkdir /GENOTYPE
1313
RUN groupadd -r celery && useradd -r -g celery celery
1414
RUN chown celery:celery -R /log /DATA
1515

16-
RUN /env/bin/pip install 'gwaportalpipeline>=0.2.7'
16+
RUN /env/bin/pip install 'gwaportalpipeline>=0.2.8'
1717

1818
ADD celeryconfig.py /conf/celeryconfig.py
1919

0 commit comments

Comments
 (0)