From 741fb6fd873303d08dc9ebb7c0298f2831521760 Mon Sep 17 00:00:00 2001 From: Bryan Marcus McCann Date: Tue, 23 Oct 2018 23:31:43 +0000 Subject: [PATCH] updating torch03 images with cove --- dockerfiles/cuda_torch03 | 2 ++ dockerfiles/torch03 | 1 + 2 files changed, 3 insertions(+) diff --git a/dockerfiles/cuda_torch03 b/dockerfiles/cuda_torch03 index 0864b498..05a5353f 100644 --- a/dockerfiles/cuda_torch03 +++ b/dockerfiles/cuda_torch03 @@ -65,4 +65,6 @@ RUN pip install records RUN pip install babel RUN pip install tabulate +RUN pip install -e git+git://github.com/salesforce/cove.git#egg=cove + CMD bash diff --git a/dockerfiles/torch03 b/dockerfiles/torch03 index 13bb1d8a..a63b14c6 100644 --- a/dockerfiles/torch03 +++ b/dockerfiles/torch03 @@ -64,5 +64,6 @@ RUN apt-get install --yes \ RUN pip install records RUN pip install babel RUN pip install tabulate +RUN pip install -e git+git://github.com/salesforce/cove.git#egg=cove CMD bash