updating torch03 images with cove

This commit is contained in:
Bryan Marcus McCann 2018-10-23 23:31:43 +00:00 committed by Bryan McCann
parent c5719e7545
commit 741fb6fd87
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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