In our docker jobs image: use our debian packages for the python sdk and
authorWard Vandewege <ward@curoverse.com>
Thu, 25 Sep 2014 17:56:10 +0000 (13:56 -0400)
committerWard Vandewege <ward@curoverse.com>
Thu, 25 Sep 2014 17:56:43 +0000 (13:56 -0400)
fuse driver.

No issue #

docker/jobs/Dockerfile

index 1b493e3a30a88c68395dee7f52413be3f9f7b6db..e140f277529498e1a4d9ce91f31d988f6b722b5f 100644 (file)
@@ -14,9 +14,6 @@ RUN /usr/bin/apt-get install -q -y python-dev python-llfuse python-pip \
 # Install Arvados packages.
 RUN (find /usr/src/arvados/sdk -name '*.gem' -print0 | \
       xargs -0rn 1 /usr/local/rvm/bin/rvm-exec default gem install) && \
-    cd /usr/src/arvados/services/fuse && \
-    python setup.py install && \
-    cd /usr/src/arvados/sdk/python && \
-    python setup.py install
+     apt-get -qqy install python-arvados-fuse
 
 USER crunch