[ARVADOS] updated: 1.3.0-310-gcdd31206b

Git user git at public.curoverse.com
Thu Feb 7 11:52:38 EST 2019


Summary of changes:
 docker/jobs/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

       via  cdd31206b8c228ffcdc6f0ab7f0017d537836678 (commit)
      from  f7678076065723352c46600ce9f5780beca1cdaf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit cdd31206b8c228ffcdc6f0ab7f0017d537836678
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Thu Feb 7 11:52:04 2019 -0500

    In the arvados/jobs image, use the Python executable from the
    python-arvados-python-client package by default.
    
    refs #9945
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 12c68564b..c0fe145db 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -23,6 +23,9 @@ RUN apt-get install -yq --no-install-recommends \
     python-arvados-python-client=$python_sdk_version \
     python-arvados-cwl-runner=$cwl_runner_version
 
+# use the Python executable from the python-arvados-python-client package
+RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-python-client/bin/python /usr/bin/python
+
 # Install dependencies and set up system.
 RUN /usr/sbin/adduser --disabled-password \
       --gecos 'Crunch execution user' crunch && \

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list