Skip to content

Commit

Permalink
Add joblib to Ubuntu 14.04 preinstalled packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Oct 17, 2019
1 parent 61092e7 commit a68cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vowpal_wabbit/ubuntu1404-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN easy_install pip && \
hash -r && \
$HOME/miniconda/bin/conda config --set always_yes yes --set changeps1 no && \
$HOME/miniconda/bin/conda update -q conda && \
$HOME/miniconda/bin/conda create -q -n test-python27 python=2.7 nomkl numpy scipy scikit-learn
$HOME/miniconda/bin/conda create -q -n test-python27 python=2.7 nomkl numpy scipy scikit-learn joblib

# Download maven dependencies
RUN wget https://raw.githubusercontent.com/VowpalWabbit/vowpal_wabbit/master/java/pom.xml.in && \
Expand Down

0 comments on commit a68cdcc

Please sign in to comment.