Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01c79e7

Browse filesBrowse files
authored
Merge pull request abetlen#258 from Pipboyguy/main
Change docker build dynamic param to image instead of cuda version
2 parents c3e80b1 + e6639e6 commit 01c79e7
Copy full SHA for 01c79e7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Dockerfile.cuda

Copy file name to clipboardExpand all lines: Dockerfile.cuda
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG CUDA_VERSION=12.1.1
2-
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
1+
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
2+
FROM ${CUDA_IMAGE}
33

44
# We need to set the host to 0.0.0.0 to allow outside access
55
ENV HOST 0.0.0.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.