Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Fixes for deploying with fairing
Browse files Browse the repository at this point in the history
* Dockerfile needs to install Seldon so that we can launch the seldon server
* Add to the notebook the commands to setup credentials
  • Loading branch information
jlewi committed May 14, 2019
1 parent d115333 commit e28594e
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 84 deletions.
1 change: 1 addition & 0 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN pip install \
pandas==0.24.2 \
pyarrow==0.12.1 \
scikit-learn==0.20.3 \
seldon-core==0.2.6 \
tensorflow==1.12.0 \
seldon-core==0.2.6

Expand Down
Loading

0 comments on commit e28594e

Please sign in to comment.