Skip to content

Commit

Permalink
Trying python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Dec 22, 2018
1 parent 8434bd7 commit d5a541e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/dataflow/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

FROM ubuntu:16.04

RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools \
RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools \
wget unzip git

RUN easy_install pip
Expand Down
2 changes: 1 addition & 1 deletion components/dataproc/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

FROM ubuntu:16.04

RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools wget unzip
RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools wget unzip

RUN easy_install pip

Expand Down
2 changes: 1 addition & 1 deletion components/kubeflow/dnntrainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM tensorflow/tensorflow:$TF_TAG

RUN apt-get update -y

RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools \
RUN apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools \
wget unzip git

RUN apt-get install --no-install-recommends -y -q build-essential && \
Expand Down
2 changes: 1 addition & 1 deletion components/kubeflow/launcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ARG TRAINER_IMAGE_NAME

RUN apt-get update -y

RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools wget unzip git
RUN apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools wget unzip git

RUN easy_install pip

Expand Down
2 changes: 1 addition & 1 deletion components/local/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

FROM ubuntu:16.04

RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools wget unzip
RUN apt-get update -y && apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools wget unzip

RUN easy_install pip

Expand Down
2 changes: 1 addition & 1 deletion components/resnet-cmle/containers/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM ubuntu:16.04

RUN apt-get update -y

RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools \
RUN apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools \
wget unzip git

RUN easy_install pip
Expand Down
2 changes: 1 addition & 1 deletion components/resnet-cmle/containers/preprocess/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM ubuntu:16.04

RUN apt-get update -y

RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools \
RUN apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools \
wget unzip git

RUN easy_install pip
Expand Down
2 changes: 1 addition & 1 deletion components/resnet-cmle/containers/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM ubuntu:16.04

RUN apt-get update -y

RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev python-setuptools \
RUN apt-get install --no-install-recommends -y -q ca-certificates python3-dev python3-setuptools \
wget unzip git

RUN easy_install pip
Expand Down

0 comments on commit d5a541e

Please sign in to comment.