Skip to content

Commit

Permalink
add joblib (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Oct 15, 2019
1 parent 395cba5 commit 62e276c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vowpal_wabbit/ubuntu1404-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ RUN easy_install pip \
&& /usr/local/miniconda/bin/conda config --set always_yes yes --set changeps1 no \
&& /usr/local/miniconda/bin/conda update -q conda \
&& /usr/local/miniconda/bin/conda install -q conda-env \
&& /usr/local/miniconda/bin/conda create -q -n test-python27 python=2.7 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six \
&& /usr/local/miniconda/bin/conda create -q -n test-python36 python=3.6 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six \
&& /usr/local/miniconda/bin/conda create -q -n test-python27 python=2.7 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six joblib \
&& /usr/local/miniconda/bin/conda create -q -n test-python36 python=3.6 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six joblib \
&& /usr/local/miniconda/bin/conda clean -a \
# init is needed to ensure that the environment is properly set up for "source activate"
&& /usr/local/miniconda/bin/conda init \
Expand Down
6 changes: 3 additions & 3 deletions vowpal_wabbit/ubuntu1604-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
# 16.04-specifics
# netcat-openbsd - work around an issue where the default netcat does not work for
# daemon-mode tests
netcat-openbsd \
netcat-openbsd \
# Dependencies
libboost-dev \
libboost-math-dev \
Expand Down Expand Up @@ -50,8 +50,8 @@ RUN easy_install pip \
&& /usr/local/miniconda/bin/conda config --set always_yes yes --set changeps1 no \
&& /usr/local/miniconda/bin/conda update -q conda \
#&& /usr/local/miniconda/bin/conda install -q conda-env \
&& /usr/local/miniconda/bin/conda create -q -n test-python27 python=2.7 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six \
&& /usr/local/miniconda/bin/conda create -q -n test-python36 python=3.6 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six \
&& /usr/local/miniconda/bin/conda create -q -n test-python27 python=2.7 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six joblib \
&& /usr/local/miniconda/bin/conda create -q -n test-python36 python=3.6 wheel virtualenv pytest readme_renderer pandas cmake nomkl numpy boost py-boost scipy scikit-learn six joblib \
&& /usr/local/miniconda/bin/conda clean -a \
# init is needed to ensure that the environment is properly set up for "source activate"
&& /usr/local/miniconda/bin/conda init \
Expand Down

0 comments on commit 62e276c

Please sign in to comment.