Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
0471fbe7
Unverified
Commit
0471fbe7
authored
May 14, 2022
by
Ramesh Sampath
Committed by
GitHub
May 14, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
f81aeb15
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tf_sig_build_dockerfiles/Dockerfile
+1
-1
1 addition, 1 deletion
tf_sig_build_dockerfiles/Dockerfile
with
1 addition
and
1 deletion
tf_sig_build_dockerfiles/Dockerfile
+
1
−
1
View file @
0471fbe7
...
...
@@ -23,7 +23,7 @@ FROM nvidia/cuda:11.2.2-base-ubuntu20.04 as devel
################################################################################
# LD Library Path is not correctly set. It points to /usr/local/nvidia/lib:/usr/local/nvidia/lib64
RUN
echo
$LD_LIBRARY_PATH
RUN
export
LD_LIBRARY_PATH
=
"/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
ENV
LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
COPY
--from=builder /dt7 /dt7
COPY
--from=builder /dt9 /dt9
...
...
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