Skip to content

Commit f6fe00e

Browse files
committed
Change container name on GPU
1 parent 1342e37 commit f6fe00e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ services:
77
context: "."
88
dockerfile: gpu.dockerfile
99
runtime: nvidia
10+
container_name: ml-gpu
1011

1112
hub:
1213
image: matcomuh/hub:gpu
1314
build:
1415
context: "."
1516
dockerfile: hub-gpu.dockerfile
1617
runtime: nvidia
18+
container_name: hub-gpu
1719

1820
networks:
1921
matcom:

0 commit comments

Comments
 (0)