We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8613e38 commit c522dfdCopy full SHA for c522dfd
Dockerfile
@@ -298,6 +298,7 @@ RUN pip install --upgrade mpld3 && \
298
pip install wavio && \
299
conda install --channel https://conda.anaconda.org/SimpleITK --quiet --yes 'SimpleITK=0.10.0' && \
300
pip install hmmlearn && \
301
+ pip install bayespy && \
302
##### ^^^^ Add new contributions above here
303
# clean up pip cache
304
rm -rf /root/.cache/pip/* && \
0 commit comments