Skip to content

Commit 283eea2

Browse files
Fixed a minor CUDA image bug found while building
1 parent b3aa076 commit 283eea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wigwam/_docker_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def generate_runtime_dockerfile(
101101
).strip()
102102
+ "\n\n"
103103
+ install_lines
104+
+ "\n\n"
104105
+ "USER $DEFAULT_USER"
105106
)
106107

0 commit comments

Comments
 (0)