Skip to content

Commit 9ba46b2

Browse files
committed
fix: missing default user in GPU DD compose config
1 parent d9eb7b7 commit 9ba46b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/gpu/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
image: jolibrain/deepdetect_${DD_SERVER_IMAGE}:${DD_SERVER_TAG}
2323
runtime: nvidia
2424
restart: always
25+
user: ${CURRENT_UID}
2526
volumes:
2627
- ${DD_PLATFORM}:/opt/platform
2728

0 commit comments

Comments
 (0)