Skip to content

Commit

Permalink
Update Dockerfile for GPU now that the branch has been merged (tensor…
Browse files Browse the repository at this point in the history
…flow#3576)

* Remove cd and checkout

* Updating comment
  • Loading branch information
karmel authored Mar 13, 2018
1 parent 69c7559 commit 4c7c8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion official/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN pip install tf-nightly

# Checkout tensorflow/models and pin to a particular version
# Checkout tensorflow/models at HEAD
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models

6 changes: 3 additions & 3 deletions official/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN pip install tf-nightly-gpu

# Checkout tensorflow/models and pin to a particular version
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models && \
cd /tensorflow_models && git checkout feat/multi-gpu-resnet
# Checkout tensorflow/models at HEAD
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models


0 comments on commit 4c7c8fa

Please sign in to comment.