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 bb06974 commit 028b0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.9

WORKDIR /code

Expand Down
5 changes: 3 additions & 2 deletions Dockerfile1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8
FROM python:3.9

WORKDIR /code

Expand All @@ -11,7 +11,8 @@ RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
cd .. && \
rm -rf ta-lib*

RUN pip install --extra-index-url https://www.piwheels.org/simple cryptography==3.4.8
COPY requirements.txt requirements.txt
RUN pip install install --extra-index-url https://www.piwheels.org/simple -r requirements.txt

COPY . .

Expand Down

0 comments on commit 028b0df

Please sign in to comment.