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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
9f813882
Unverified
Commit
9f813882
authored
1 year ago
by
Henning Becker
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update CUDA to 12.3 in tf_runtime Docker images (#165)
parent
3521d586
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tensorflow_runtime_dockerfiles/gpu.Dockerfile
+3
-3
3 additions, 3 deletions
tensorflow_runtime_dockerfiles/gpu.Dockerfile
tensorflow_runtime_dockerfiles/gpu.packages.txt
+15
-15
15 additions, 15 deletions
tensorflow_runtime_dockerfiles/gpu.packages.txt
with
18 additions
and
18 deletions
tensorflow_runtime_dockerfiles/gpu.Dockerfile
+
3
−
3
View file @
9f813882
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# limitations under the License.
# limitations under the License.
# ============================================================================
# ============================================================================
FROM
nvidia/cuda:1
1.8
.0-base-ubuntu22.04
as
base
FROM
nvidia/cuda:1
2.3
.0-base-ubuntu22.04
as
base
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
ENV
LANG C.UTF-8
ENV
LANG C.UTF-8
...
@@ -52,5 +52,5 @@ CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/
...
@@ -52,5 +52,5 @@ CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/
FROM
base
as
test
FROM
base
as
test
ENV
LD_LIBRARY_PATH /usr/local/cuda/lib64/stubs/:$LD_LIBRARY_PATH
ENV
LD_LIBRARY_PATH /usr/local/cuda/lib64/stubs/:$LD_LIBRARY_PATH
COPY
test.import_
c
pu.sh /test.import_
c
pu.sh
COPY
test.import_
g
pu.sh /test.import_
g
pu.sh
RUN
/test.import_
c
pu.sh
RUN
/test.import_
g
pu.sh
This diff is collapsed.
Click to expand it.
tensorflow_runtime_dockerfiles/gpu.packages.txt
+
15
−
15
View file @
9f813882
# All required CUDA packages
# All required CUDA packages
cuda-command-line-tools-1
1-8
cuda-command-line-tools-1
2-3
cuda-cudart-dev-1
1-8
cuda-cudart-dev-1
2-3
cuda-nvcc-1
1-8
cuda-nvcc-1
2-3
cuda-cupti-1
1-8
cuda-cupti-1
2-3
cuda-nvprune-1
1-8
cuda-nvprune-1
2-3
cuda-libraries-1
1-8
cuda-libraries-1
2-3
cuda-nvrtc-1
1-8
cuda-nvrtc-1
2-3
libcufft-1
1-8
libcufft-1
2-3
libcurand-1
1-8
libcurand-1
2-3
libcusolver-1
1-8
libcusolver-1
2-3
libcusparse-1
1-8
libcusparse-1
2-3
libcublas-1
1-8
libcublas-1
2-3
# CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation
# CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation
libcudnn8=8.
6.0.163
-1+cuda1
1.8
libcudnn8=8.
9.6.50
-1+cuda1
2.2
libnvinfer-plugin8=8.6.1.6-1+cuda1
1.8
libnvinfer-plugin8=8.6.1.6-1+cuda1
2.0
libnvinfer8=8.6.1.6-1+cuda1
1.8
libnvinfer8=8.6.1.6-1+cuda1
2.0
# Other packages
# Other packages
build-essential
build-essential
...
...
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