From ea797e813e5e605efbdf37e29a628c31636ef148 Mon Sep 17 00:00:00 2001 From: eQuantum <8466209+eq19@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:16:51 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1243c63249..f416c762e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,9 +59,9 @@ ENV PATH=/home/runner/venv/bin:$PATH RUN python3 -m venv /home/runner/venv RUN pip install -qq --no-cache-dir ta > /dev/null 2>&1 \ && pip install -qq --no-cache-dir "numpy<2.0" > /dev/null 2>&1 \ - #&& pip install -qq --no-cache-dir -r /tmp/requirements-freqai.txt > /dev/null 2>&1 \ + && pip install -qq --no-cache-dir -r /tmp/requirements-freqai.txt > /dev/null 2>&1 \ #&& pip install -qq --no-cache-dir -r /tmp/requirements-freqai-rl.txt > /dev/null 2>&1 \ - && pip install -qq --no-cache-dir -r /tmp/requirements-hyperopt.txt > /dev/null 2>&1 \ + #&& pip install -qq --no-cache-dir -r /tmp/requirements-hyperopt.txt > /dev/null 2>&1 \ && pip install -qq --no-cache-dir --no-build-isolation freqtrade@https://github.com/KernelPatterns/freqtrade/releases/download/v0.0.56/freqtrade-dev0.0.56-py3-none-any.whl > /dev/null 2>&1 # Use custom entrypoint to start both PostgreSQL and freqtrade