Skip to content

Commit

Permalink
Fix urllib3 vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
chenditc committed Jul 18, 2024
1 parent b1a980c commit 341fb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /investment_data
RUN cd /investment_data && git init && git pull https://github.com/chenditc/investment_data.git
RUN pip install numpy && pip install --upgrade cython \
&& cd / && git clone https://github.com/microsoft/qlib.git \
&& cd /qlib/ && pip install . && pip install -r scripts/data_collector/yahoo/requirements.txt
&& cd /qlib/ && pip install . && pip install -r scripts/data_collector/yahoo/requirements.txt && rm scripts/data_collector/br_index/requirements.txt
COPY ./requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt
COPY . /investment_data/
Expand Down

0 comments on commit 341fb8b

Please sign in to comment.