Skip to content

Commit

Permalink
Add Kaggle CLI
Browse files Browse the repository at this point in the history
This enables use cases such as this one: kubeflow/website#180
  • Loading branch information
rosbo committed Aug 27, 2018
1 parent cd1e6ac commit 4b852cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ RUN pip install flashtext && \
pip install hpsklearn && \
pip install keras-tqdm && \
pip install git+https://github.com/Kaggle/learntools && \
pip install --user kaggle && \
pip install kmapper && \
pip install shap && \
pip install ray && \
Expand Down

1 comment on commit 4b852cb

@pdmack
Copy link

@pdmack pdmack commented on 4b852cb Aug 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome @rosbo! FYI, Kubeflow probably doesn't need --user for the use case in kubeflow/kubeflow#1109.

Please sign in to comment.