File tree Expand file tree Collapse file tree 4 files changed +749
-0
lines changed Expand file tree Collapse file tree 4 files changed +749
-0
lines changed Original file line number Diff line number Diff line change 1+ # Prerequisites
2+ * .d
3+
4+ # Compiled Object files
5+ * .slo
6+ * .lo
7+ * .o
8+ * .obj
9+
10+ # Precompiled Headers
11+ * .gch
12+ * .pch
13+
14+ # Compiled Dynamic libraries
15+ * .so
16+ * .dylib
17+ * .dll
18+
19+ # Fortran module files
20+ * .mod
21+ * .smod
22+
23+ # Compiled Static libraries
24+ * .lai
25+ * .la
26+ * .a
27+ * .lib
28+
29+ # Executables
30+ * .exe
31+ * .out
32+ * .app
33+
34+ # Eclipse
35+ .project
36+ .settings
37+
Original file line number Diff line number Diff line change 1+ FROM quay.io/opendatahub-contrib/workbench-images:cuda-jupyter-tensorflow-c9s-py311_2023c_latest
2+
3+ USER root
4+
5+ RUN dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
6+ RUN yum install -y \
7+ cuda-toolkit
8+
9+ USER 1001
You can’t perform that action at this time.
0 commit comments