Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/accelerated-python/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ services:
<<: *common-env
ACH_PORT_FORWARDS: "8080:nsys:8080 8081:ncu:8081"
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab
nsys:
<<: [*gpu-config, *common-service, *persistent-service]
image: nvcr.io/nvidia/devtools/nsight-streamer-nsys:2026.1.1
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "nsight"]
ports:
- "127.0.0.1:8080:8080" # HTTP
- "0.0.0.0:8080:8080" # HTTP
- "0.0.0.0:3478:3478" # TURN
ncu:
<<: [*gpu-config, *common-service, *persistent-service]
Expand All @@ -75,7 +75,7 @@ services:
HTTP_PORT: "8081"
TURN_PORT: "3479"
ports:
- "127.0.0.1:8081:8081" # HTTP
- "0.0.0.0:8081:8081" # HTTP
- "0.0.0.0:3479:3479" # TURN

volumes:
Expand Down
6 changes: 3 additions & 3 deletions tutorials/cuda-cpp/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ services:
<<: *common-env
ACH_PORT_FORWARDS: "8080:nsys:8080 8081:ncu:8080"
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab
nsys:
<<: [*gpu-config, *common-service, *persistent-service]
image: nvcr.io/nvidia/devtools/nsight-streamer-nsys:2026.1.1
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "nsight"]
ports:
- "127.0.0.1:8080:8080" # HTTP
- "0.0.0.0:8080:8080" # HTTP
- "0.0.0.0:3478:3478" # TURN
ncu:
<<: [*gpu-config, *common-service, *persistent-service]
Expand All @@ -72,7 +72,7 @@ services:
<<: *common-env
TURN_PORT: "3479"
ports:
- "127.0.0.1:8081:8080" # HTTP
- "0.0.0.0:8081:8080" # HTTP
- "0.0.0.0:3479:3479" # TURN

volumes:
Expand Down
6 changes: 3 additions & 3 deletions tutorials/cuda-tile/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ services:
<<: *common-env
ACH_PORT_FORWARDS: "8080:nsys:8080 8081:ncu:8080"
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab
nsys:
<<: [*gpu-config, *common-service, *persistent-service]
image: nvcr.io/nvidia/devtools/nsight-streamer-nsys:2026.1.1
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "nsight"]
ports:
- "127.0.0.1:8080:8080" # HTTP
- "0.0.0.0:8080:8080" # HTTP
- "0.0.0.0:3478:3478" # TURN
ncu:
<<: [*gpu-config, *common-service, *persistent-service]
Expand All @@ -74,7 +74,7 @@ services:
<<: *common-env
TURN_PORT: "3479"
ports:
- "127.0.0.1:8081:8080" # HTTP
- "0.0.0.0:8081:8080" # HTTP
- "0.0.0.0:3479:3479" # TURN

volumes:
Expand Down
6 changes: 3 additions & 3 deletions tutorials/floating-point-emulation/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ services:
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "jupyter"]
command: *default-jupyter-url
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab
nsight:
<<: [*gpu-config, *common-service, *persistent-service]
image: nvcr.io/nvidia/devtools/nsight-streamer-nsys:2025.3.1
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "nsight"]
ports:
- "127.0.0.1:8080:8080" # HTTP
- "127.0.0.1:3478:3478" # TURN
- "0.0.0.0:8080:8080" # HTTP
- "0.0.0.0:3478:3478" # TURN

volumes:
accelerated-computing-hub:
6 changes: 3 additions & 3 deletions tutorials/stdpar/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ services:
<<: *common-env
ACH_PORT_FORWARDS: "8080:nsys:8080 8081:ncu:8080"
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab
nsys:
<<: [*gpu-config, *common-service, *persistent-service]
image: nvcr.io/nvidia/devtools/nsight-streamer-nsys:2026.1.1
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "nsight"]
ports:
- "127.0.0.1:8080:8080" # HTTP
- "0.0.0.0:8080:8080" # HTTP
- "0.0.0.0:3478:3478" # TURN
ncu:
<<: [*gpu-config, *common-service, *persistent-service]
Expand All @@ -73,7 +73,7 @@ services:
<<: *common-env
TURN_PORT: "3479"
ports:
- "127.0.0.1:8081:8080" # HTTP
- "0.0.0.0:8081:8080" # HTTP
- "0.0.0.0:3479:3479" # TURN

volumes:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/warp/brev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
entrypoint: ["/accelerated-computing-hub/brev/entrypoint.bash", "jupyter"]
command: *default-jupyter-url
ports:
- "127.0.0.1:8888:8888" # JupyterLab
- "0.0.0.0:8888:8888" # JupyterLab

volumes:
accelerated-computing-hub: