[ARVADOS] updated: c38c6e5f72a7b42ef0c473f77e9c660d65e32b7e

git at public.curoverse.com git at public.curoverse.com
Tue Sep 15 10:58:25 EDT 2015


Summary of changes:
 docker/compute/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  c38c6e5f72a7b42ef0c473f77e9c660d65e32b7e (commit)
      from  0041395d00cda5ddeb488dae2d9fae7b6b437c9d (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 c38c6e5f72a7b42ef0c473f77e9c660d65e32b7e
Author: Nico Cesar <nico at curoverse.com>
Date:   Tue Sep 15 10:53:46 2015 -0400

    docker builds are failing for compute nodes.
    
    no issue #

diff --git a/docker/compute/Dockerfile b/docker/compute/Dockerfile
index f2f48da..948f6c7 100644
--- a/docker/compute/Dockerfile
+++ b/docker/compute/Dockerfile
@@ -4,7 +4,9 @@ FROM arvados/slurm
 MAINTAINER Ward Vandewege <ward at curoverse.com>
 
 RUN apt-get update -q
-RUN apt-get install -qy supervisor python-pip python-pyvcf python-gflags python-google-api-python-client python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse fuse crunchstat python-arvados-fuse cron dnsmasq
+## 20150915 nico -- fuse.postint has sporatic failures, spliting this up to see if it helps
+RUN apt-get install -qy fuse
+RUN apt-get install -qy supervisor python-pip python-pyvcf python-gflags python-google-api-python-client python-virtualenv libattr1-dev libfuse-dev python-dev python-llfuse crunchstat python-arvados-fuse cron dnsmasq
 
 ADD fuse.conf /etc/fuse.conf
 RUN chmod 644 /etc/fuse.conf

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list