Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
docker
Commits
021fba94
Commit
021fba94
authored
5 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
misc
parent
d076b0a8
Branches
Branches containing commit
Tags
0.2.1
Tags containing commit
No related merge requests found
Pipeline
#30164
failed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tensorflow/Dockerfile
+2
-4
2 additions, 4 deletions
tensorflow/Dockerfile
with
2 additions
and
4 deletions
tensorflow/Dockerfile
+
2
−
4
View file @
021fba94
...
...
@@ -21,8 +21,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
echo
"/usr/local/cuda/lib64/stubs"
>
/etc/ld.so.conf.d/z-cuda-stubs.conf
&&
\
ldconfig
ARG
BAZEL_VERSION
ENV
BAZEL_VERSION ${BAZEL_VERSION:-0.26.1}
ARG
BAZEL_VERSION=0.26.1
RUN
mkdir
-p
/opt/bazel
&&
\
wget
-O
/opt/bazel/installer.sh
"https://github.com/bazelbuild/bazel/releases/download/
${
BAZEL_VERSION
}
/bazel-
${
BAZEL_VERSION
}
-installer-linux-x86_64.sh"
&&
\
wget
-O
/opt/bazel/LICENSE.txt
"https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE"
&&
\
...
...
@@ -30,8 +29,7 @@ RUN mkdir -p /opt/bazel && \
/opt/bazel/installer.sh
&&
\
rm
-f
/opt/bazel/installer.sh
ARG
TF_VERSION
ENV
TF_VERSION ${TF_VERSION:-1.15.2}
ARG
TF_VERSION=1.15.2
RUN
git clone
--recursive
--branch
v
${
TF_VERSION
}
https://github.com/tensorflow/tensorflow.git /opt/tensorflow/src
COPY
disable-enforced-bazel-build-mirror.patch /opt/tensorflow/patches/disable-enforced-bazel-build-mirror.patch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment