You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2018/10/03 22:41:28 UTC

[beam] 01/01: Add a Python container with a Python 3 interpreter.

This is an automated email from the ASF dual-hosted git repository.

herohde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6ef5087abb8e9822b76389510b80aae28b098daf
Merge: b34b180 e9f1f13
Author: Henning Rohde <he...@seekerror.org>
AuthorDate: Wed Oct 3 15:41:20 2018 -0700

    Add a Python container with a Python 3 interpreter.

 sdks/python/container/Dockerfile                  | 62 ++++------------------
 sdks/python/container/base_image_requirements.txt | 64 +++++++++++++++++++++++
 sdks/python/container/build.gradle                | 22 +++++---
 sdks/python/container/py3/Dockerfile              | 54 +++++++++++++++++++
 sdks/python/container/py3/build.gradle            | 48 +++++++++++++++++
 settings.gradle                                   |  2 +
 6 files changed, 192 insertions(+), 60 deletions(-)