Skip to content

Commit

Permalink
Merge pull request #568 from jklaise/python-builder-image
Browse files Browse the repository at this point in the history
Update Python builder image
  • Loading branch information
ukclivecox authored May 28, 2019
2 parents e9f89a7 + 8160c75 commit f327047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions python-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN pip install grpcio
RUN pip install grpcio-tools
RUN pip install flatbuffers
RUN pip install twine
RUN pip install mypy-protobuf

WORKDIR /work

Expand Down
4 changes: 2 additions & 2 deletions python-builder/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE_NAME=docker.io/seldonio/python-builder
DOCKER_IMAGE_VERSION=0.1
DOCKER_IMAGE_NAME=seldonio/python-builder
DOCKER_IMAGE_VERSION=0.2

build_docker_image:
docker build --force-rm=true -t $(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) .
Expand Down

0 comments on commit f327047

Please sign in to comment.