Skip to content

Commit

Permalink
Dockerfile python version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
singhniraj08 committed Oct 26, 2023
1 parent 13c3e1b commit d54372f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfx/tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ ENTRYPOINT ["/opt/apache/beam/boot"]

LABEL maintainer="tensorflow-extended-dev@googlegroups.com"

RUN sed -i 's/python3/python/g' /usr/bin/pip

RUN python -m pip install --upgrade pip

COPY --from=wheel-builder /tfx/src/dist/*.whl /tfx/src/dist/
Expand Down

0 comments on commit d54372f

Please sign in to comment.