Skip to content

Commit

Permalink
Dockerfile-foundation: install hmmlearn globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Laur Aliste authored and AlexCatarino committed Oct 9, 2019
1 parent b2e4cdb commit 2b60bec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DockerfileLeanFoundation
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN wget https://cdn.quantconnect.com/miniconda/${CONDA} && \
ln -s /opt/miniconda3/lib/libpython3.6m.so /usr/lib/libpython3.6m.so

# Install supported third party python packages
RUN conda update -y conda pip
RUN conda update -y conda pip
RUN conda install -y python=3.6.8 \
blaze=0.11.3 \
cvxopt=1.2.0 \
Expand Down Expand Up @@ -97,7 +97,7 @@ RUN pip install gym==0.13.1 \
theano==1.0.4 \
tsfresh==0.12.0 \
xgboost==0.90
RUN pip install --upgrade --user hmmlearn==0.2.2
RUN pip install --upgrade hmmlearn==0.2.2
RUN python -c "import nltk; nltk.download('punkt')"
RUN conda clean -y --all

Expand All @@ -116,4 +116,4 @@ RUN git clone git://github.com/scikit-learn-contrib/py-earth.git && cd py-earth
python setup.py install && cd .. && rm -irf py-earth

# List all packages
RUN conda list
RUN conda list

0 comments on commit 2b60bec

Please sign in to comment.