]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore(qav3): use lighter docker image
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Jan 2025 10:25:49 +0000 (11:25 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Jan 2025 10:25:49 +0000 (11:25 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/docker-compose.yml
quickadapter/docker/Dockerfile.custom

index 6b32790aae219808c5272920ae517ca3496e893b..ab48c48a283335a2f4e45d068ee49e1b37f7b730 100644 (file)
@@ -1,7 +1,7 @@
 ---
 services:
   freqtrade:
-    # image: freqtradeorg/freqtrade:stable_freqairl
+    # image: freqtradeorg/freqtrade:stable_freqai
     # # Enable GPU Image and GPU Resources
     # # Make sure to uncomment the whole deploy section
     # deploy:
index b25bb43485ea5aa334979822cad9a0753286adc6..acb8c94bf2d6aab7afc7cdccb566b8828f9f02a1 100644 (file)
@@ -1,4 +1,4 @@
-FROM freqtradeorg/freqtrade:stable_freqairl
+FROM freqtradeorg/freqtrade:stable_freqai
 
 # Switch user to root if you must install something from apt
 # Don't forget to switch the user back below!