Skip to content

Commit 90dce6f

Browse files
authored
Merge pull request Kaggle#107 from dvaida/add_hallucinate
Add hallucinate - a lightweight library for quick ML experimentation
2 parents fbce5af + ee83a57 commit 90dce6f

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
@@ -328,6 +328,7 @@ RUN pip install --upgrade mpld3 && \
328328
pip install folium && \
329329
pip install scikit-plot && \
330330
pip install dipy && \
331+
pip install git+https://github.com/dvaida/hallucinate.git && \
331332
##### ^^^^ Add new contributions above here
332333
# clean up pip cache
333334
rm -rf /root/.cache/pip/* && \

0 commit comments

Comments
 (0)