Skip to content

Commit

Permalink
# This is a combination of 3 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

adding Python3 support in Dockerfile as well

# The commit message kubeflow#2 will be skipped:

# adding python3-setuptools

# The commit message kubeflow#3 will be skipped:

# also add pip3
  • Loading branch information
Jiayu Liu committed Feb 28, 2018
1 parent 9d14393 commit 9ee7c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ RUN set -ex \
unzip \
gcc \
python-dev \
python-setuptools \
python-pip \
python3-dev \
python-setuptools \
python3-setuptools \
python3-pip \
&& python -V \
&& python3 -V \
&& python3 -m ensurepip --upgrade \
&& apt-get clean \
&& rm -rf \
/var/lib/apt/lists/* \
Expand Down Expand Up @@ -116,4 +116,4 @@ ENV USER root
# which contains shared scripts.
ENV PYTHONPATH /src/kubeflow/testing/py

ENTRYPOINT ["/usr/local/bin/run_workflows.sh"]
ENTRYPOINT ["/usr/local/bin/run_workflows.sh"]

0 comments on commit 9ee7c99

Please sign in to comment.