Skip to content

Commit a911eab

Browse files
committed
Run the Jupterlab Docker container as privileged so it can use Nsight Compute.
1 parent 9c22d6e commit a911eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
dockerfile: build/dockerfile
66
image: ghcr.io/pyhpc/pyhpc-tutorial:latest
77
pull_policy: always
8+
privileged: true
89
ulimits:
910
memlock: -1
1011
stack: 67108864

0 commit comments

Comments
 (0)