Change capabilities in docker-compose (#497)

#479
This commit is contained in:
AbdBarho 2023-06-02 21:29:00 +02:00 committed by GitHub
parent 6695c23150
commit 660c098da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View file

@ -13,7 +13,7 @@ x-base_service: &base_service
devices:
- driver: nvidia
device_ids: ['0']
capabilities: [gpu]
capabilities: [compute, utility]
name: webui-docker