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 && \
2525
2626ARG arvversion
2727COPY 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
3129
3230ARG 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]
3733
3834COPY passenger_wsgi.py /var/www/wes-server/passenger_wsgi.py
3935
You can’t perform that action at this time.
0 commit comments