Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

updating dockerfile to include yahoo fix #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.6.3
RUN pip install pandas-datareader
RUN pip install scipy
RUN pip install boto3
RUN pip install fix_yahoo_finance
COPY /src/queue_processor.py queue_processor.py
COPY /src/worker.py worker.py
CMD ["python", "queue_processor.py"]
CMD ["python", "queue_processor.py"]