Skip to content

Commit

Permalink
Fix mlxtend version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeranbosma committed Jan 12, 2023
1 parent fea260e commit 3e69f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/picai_baseline/nnunet/training_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN SITE_PKG=`pip3 show nnunet | grep "Location:" | awk '{print $2}'` && \
RUN pip3 install \
picai_eval>=1.4.4 \
picai_prep>=2.1.2 \
picai_baseline>=0.7.0
picai_baseline>=0.7.0 \
mlxtend==0.19.0

# copy custom files to nnUNet folder
COPY nnUNetTrainerV2_focalLoss.py /tmp/nnUNetTrainerV2_focalLoss.py
Expand Down

0 comments on commit 3e69f54

Please sign in to comment.