Skip to content

Commit

Permalink
feat(components): Simplified the kubeflow - dnntrainer component (#4415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Aug 26, 2020
1 parent d9ee639 commit b769416
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions components/kubeflow/dnntrainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@
ARG TF_TAG
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 \
wget unzip git

RUN apt-get install --no-install-recommends -y -q build-essential && \
pip install pyyaml==3.12 six==1.11.0 \
RUN pip install pyyaml==3.12 six==1.11.0 \
tensorflow-transform==0.23.0 \
tensorflow-model-analysis==0.23.0 && \
apt-get --purge autoremove -y build-essential
tensorflow-model-analysis==0.23.0

ADD build /ml

Expand Down

0 comments on commit b769416

Please sign in to comment.