Skip to content

Commit

Permalink
pip install pathlib2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Jan 5, 2019
1 parent 50239b7 commit a6adf38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/dataflow/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN pip install absl-py==0.3.0 \
monotonic==1.5 \
numpy==1.15.0 \
oauth2client==4.1.2 \
pathlib2 \
pbr==4.2.0 \
ply==3.8 \
proto-google-cloud-datastore-v1==0.90.4 \
Expand Down
2 changes: 1 addition & 1 deletion components/dataproc/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN easy_install pip

RUN pip install google-api-python-client==1.6.2

RUN pip install tensorflow==1.6.0
RUN pip install tensorflow==1.6.0 pathlib2

RUN wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
unzip -qq google-cloud-sdk.zip -d tools && \
Expand Down
3 changes: 2 additions & 1 deletion components/kubeflow/dnntrainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN apt-get install --no-install-recommends -y -q ca-certificates python-dev pyt
RUN apt-get install --no-install-recommends -y -q build-essential && \
pip install pyyaml==3.12 six==1.11.0 \
tensorflow-transform==0.6.0 \
tensorflow-model-analysis==0.6.0 && \
tensorflow-model-analysis==0.6.0 \
pathlib2 && \
apt-get --purge autoremove -y build-essential

ADD build /ml
Expand Down

0 comments on commit a6adf38

Please sign in to comment.