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