fix
This commit is contained in:
@ -78,9 +78,6 @@ RUN mkdir -p build && cd build && \
|
||||
# Cleanup Arrow source to reduce image size
|
||||
RUN rm -rf /arrow
|
||||
|
||||
# Upgrade pip to the latest version
|
||||
RUN pip install --upgrade pip setuptools wheel setuptools_scm cython
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /freqtrade
|
||||
|
||||
@ -96,7 +93,8 @@ WORKDIR /freqtrade
|
||||
RUN python3 -m venv .venv
|
||||
RUN echo "source /freqtrade/.venv/bin/activate" >> ~/.bashrc
|
||||
RUN source /freqtrade/.venv/bin/activate
|
||||
|
||||
# Upgrade pip to the latest version
|
||||
RUN pip install --upgrade pip setuptools wheel setuptools_scm cython
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
# install freqtrade
|
||||
|
Reference in New Issue
Block a user