rnd-v1
This commit is contained in:
18
docker-compose.gpu.yml
Normal file
18
docker-compose.gpu.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
bgtopo-bluebox:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile.gpu
|
||||
image: bgtopo-bluebox-poc:gpu
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user