Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jan 8, 2025
1 parent a177c0e commit ea797e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea797e8

Please sign in to comment.