Skip to content

Commit

Permalink
Added extra index url
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Banneheke committed Dec 27, 2022
1 parent 18f1850 commit 7575867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
rm -rf ta-lib*

COPY requirements1.txt requirements1.txt
RUN pip install install --extra-index-url https://www.piwheels.org/simple -r requirements1.txt
RUN pip install --extra-index-url https://www.piwheels.org/simple -r requirements1.txt

COPY . .

Expand Down

0 comments on commit 7575867

Please sign in to comment.