Update CI to build and push freqAI images

This commit is contained in:
Matthias
2022-08-16 09:26:02 +02:00
parent 0b0e7eaf96
commit c8d7c2caac
3 changed files with 12 additions and 8 deletions

View File

@@ -2,16 +2,8 @@ ARG sourceimage=freqtradeorg/freqtrade
ARG sourcetag=develop
FROM ${sourceimage}:${sourcetag}
USER root
RUN apt-get install -y libgomp1
USER ftuser
# Install dependencies
COPY requirements-freqai.txt /freqtrade/
RUN pip install -r requirements-freqai.txt --user --no-cache-dir
# Temporary step - as the source image will contain the wrong (non-freqai) sourcecode
COPY --chown=ftuser:ftuser . /freqtrade/