"vscode:/vscode.git/clone" did not exist on "c2f2d2634909e82f070c3f22597a82a3373e9986"
Unverified Commit 4c7c8fa7 authored by Karmel Allison's avatar Karmel Allison Committed by GitHub
Browse files

Update Dockerfile for GPU now that the branch has been merged (#3576)

* Remove cd and checkout

* Updating comment
parent 69c75593
......@@ -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
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment