This commit is contained in:
ai-dev 2025-01-16 01:16:23 +01:00
parent 37bf8d6a79
commit 520471c050

View File

@ -35,6 +35,7 @@ RUN ./install_ta-lib.sh
WORKDIR /freq WORKDIR /freq
RUN python3 -m venv .venv RUN python3 -m venv .venv
RUN echo "source /freq/.venv/bin/activate" >> ~/.bashrc
RUN source /freq/.venv/bin/activate RUN source /freq/.venv/bin/activate
RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade pip