Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe-apps
zapp-tensorflow
Commits
100a2007
Commit
100a2007
authored
Jun 14, 2017
by
Daniele Venzano
Browse files
Do not git clone two times
parent
7635a97b
Pipeline
#4246
failed with stage
in 8 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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