Update docker-compose.yml

Enable GPU Image and GPU Resources
This commit is contained in:
vinistation 2023-04-28 15:21:56 -05:00 committed by GitHub
parent d1eb6d4fed
commit a66e8768c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,12 @@ services:
--db-url sqlite:////freqtrade/user_data/tradesv3.sqlite
--config /freqtrade/user_data/config.json
--strategy SampleStrategy
# Enable GPU Image and GPU Resources
#image: freqtradeorg/freqtrade:develop_freqaitorch
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]