Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tf-magenta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zoe-apps
tf-magenta
Commits
100a2007
Commit
100a2007
authored
Jun 14, 2017
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not git clone two times
parent
7635a97b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker/tensorflow/Dockerfile
docker/tensorflow/Dockerfile
+4
-4
No files found.
docker/tensorflow/Dockerfile
View file @
100a2007
...
...
@@ -44,8 +44,8 @@ RUN apt-get update && sudo apt-get install -y --force-yes --no-install-recommend
RUN
apt-get upgrade
-y
--force-yes
--no-install-recommends
bazel
# CLONE FROM GIT
RUN
git clone https://github.com/tensorflow/tensorflow
WORKDIR
/tensorflow
#
RUN git clone https://github.com/tensorflow/tensorflow
#
WORKDIR /tensorflow
##################################################
# Make sure important packages are installed
...
...
@@ -75,8 +75,8 @@ RUN mkdir /bazel && \
# Download and build TensorFlow.
RUN
git clone https://github.com/tensorflow/tensorflow.git
&&
\
cd
tensorflow
&&
\
git checkout r1.2
cd
tensorflow
#
git checkout r1.2
WORKDIR
/tensorflow
# TODO(craigcitro): Don't install the pip package, since it makes it
...
...
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