Skip to content

Commit

Permalink
remove redundant dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
inc0 committed Mar 5, 2018
1 parent 04fd1ac commit c8082dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/tensorflow-notebook-image/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# removed
FROM python:2.7 as tf-serving-install

RUN mkdir -p /opt/conda/lib/python3.6/site-packages
RUN pip install tensorflow-serving-api

FROM ubuntu:latest
Expand Down Expand Up @@ -222,4 +221,3 @@ RUN chown -R $NB_USER:users /etc/jupyter/ && \

USER $NB_USER
ENV PATH=/home/jovyan/bin:$PATH

0 comments on commit c8082dc

Please sign in to comment.