Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
4c7c8fa7
Unverified
Commit
4c7c8fa7
authored
Mar 13, 2018
by
Karmel Allison
Committed by
GitHub
Mar 13, 2018
Browse files
Update Dockerfile for GPU now that the branch has been merged (#3576)
* Remove cd and checkout * Updating comment
parent
69c75593
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
official/Dockerfile.cpu
official/Dockerfile.cpu
+1
-1
official/Dockerfile.gpu
official/Dockerfile.gpu
+3
-3
No files found.
official/Dockerfile.cpu
View file @
4c7c8fa7
...
@@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
...
@@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip install tf-nightly
RUN pip install tf-nightly
# Checkout tensorflow/models a
nd pin to a particular version
# Checkout tensorflow/models a
t HEAD
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models
official/Dockerfile.gpu
View file @
4c7c8fa7
...
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
...
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip install tf-nightly-gpu
RUN pip install tf-nightly-gpu
# Checkout tensorflow/models a
nd pin to a particular version
# Checkout tensorflow/models a
t HEAD
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models
&& \
RUN git clone https://github.com/tensorflow/models.git /tensorflow_models
cd /tensorflow_models && git checkout feat/multi-gpu-resnet
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment