Skip to content

Commit

Permalink
add k-means-constrained==0.7.3 to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 19, 2023
1 parent 5166732 commit 556825c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ RUN pip install --no-cache-dir \
web3==5.31.1 \
catboost==1.1.1 \
optuna==3.0.5 \
scipy==1.8.1
scipy==1.8.1 \
k-means-constrained==0.7.3

# Version resolution takes too long when installed with other pips
RUN pip install --no-cache-dir \
mljar-supervised==0.11.5 \
autogluon==0.7.0
autogluon==0.7.0 \
tpot==0.11.7

RUN git clone --recursive http://github.com/ibayer/fastFM.git /tmp/fastFM \
&& (cd /tmp/fastFM \
Expand Down

0 comments on commit 556825c

Please sign in to comment.