File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,11 @@ RUN mkdir -p /etc/apt/sources.list.d && \
25
25
26
26
ARG arvversion
27
27
COPY dist/arvados-cwl-runner-${arvversion}.tar.gz /root
28
- RUN cd /root && tar xzf arvados-cwl-runner-${arvversion}.tar.gz && \
29
- cd arvados-cwl-runner-${arvversion} && \
30
- pip install .
28
+ RUN cd /root && pip install arvados-cwl-runner-${arvversion}.tar.gz
31
29
32
30
ARG version
33
- COPY dist/wes-service-${version}.tar.gz /root
34
- RUN cd /root && tar xzf wes-service-${version}.tar.gz && \
35
- cd wes-service-${version} && \
36
- pip install .[arvados]
31
+ COPY dist/wes_service-${version}-*.whl /root
32
+ RUN cd /root && pip install $(ls wes_service-${version}-*.whl)[arvados]
37
33
38
34
COPY passenger_wsgi.py /var/www/wes-server/passenger_wsgi.py
39
35
You can’t perform that action at this time.
0 commit comments