Skip to content

Commit

Permalink
Merge pull request #404 from jklaise/s2i_local_build_fix
Browse files Browse the repository at this point in the history
Fix s2i builder image local build to use latest Python source code
  • Loading branch information
ukclivecox authored Jan 24, 2019
2 parents 1aec1c0 + 99e4998 commit 04862f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'flask',
'flask-cors',
'redis',
'tornado',
'tornado>=4.3,<5',
'requests',
'numpy',
'flatbuffers',
Expand Down
2 changes: 1 addition & 1 deletion wrappers/s2i/python/Dockerfile.local.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /microservice
COPY _python /microservice

RUN cd /microservice/python && \
pip install .
make install

COPY ./s2i/bin/ /s2i/bin

Expand Down

0 comments on commit 04862f3

Please sign in to comment.