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
6a84aa6e
Unverified
Commit
6a84aa6e
authored
Mar 02, 2018
by
Karmel Allison
Committed by
GitHub
Mar 02, 2018
Browse files
Removing spaces (#3509)
parent
f81bb397
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/Dockerfile.cpu
official/Dockerfile.cpu
+1
-1
official/Dockerfile.gpu
official/Dockerfile.gpu
+1
-1
No files found.
official/Dockerfile.cpu
View file @
6a84aa6e
...
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
...
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python \
python \
python-pip \
python-pip \
python-setuptools
python-setuptools
RUN pip install tf-nightly
RUN pip install tf-nightly
# Checkout tensorflow/models and pin to a particular version
# Checkout tensorflow/models and pin to a particular version
...
...
official/Dockerfile.gpu
View file @
6a84aa6e
...
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
...
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python \
python \
python-pip \
python-pip \
python-setuptools
python-setuptools
RUN pip install tf-nightly-gpu
RUN pip install tf-nightly-gpu
# Checkout tensorflow/models and pin to a particular version
# Checkout tensorflow/models and pin to a particular version
...
...
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