Skip to content

Commit c522dfd

Browse files
committed
Add BayesPy
1 parent 8613e38 commit c522dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ RUN pip install --upgrade mpld3 && \
298298
pip install wavio && \
299299
conda install --channel https://conda.anaconda.org/SimpleITK --quiet --yes 'SimpleITK=0.10.0' && \
300300
pip install hmmlearn && \
301+
pip install bayespy && \
301302
##### ^^^^ Add new contributions above here
302303
# clean up pip cache
303304
rm -rf /root/.cache/pip/* && \

0 commit comments

Comments
 (0)