Skip to content

Commit

Permalink
fix: remove useless line (#177)
Browse files Browse the repository at this point in the history
* Update Dockerfile

remove unused line

* specify a fixed version of scipy
  • Loading branch information
qew21 authored Aug 23, 2024
1 parent e3a9659 commit 64e9a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdagent/scenarios/qlib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ WORKDIR /workspace/qlib

RUN git reset c9ed050ef034fe6519c14b59f3d207abcb693282 --hard

RUN python -m pip install --upgrade numpy
RUN python -m pip install --upgrade cython
RUN python -m pip install -e .

RUN pip install catboost
RUN pip install xgboost
RUN pip install scipy==1.11.4

0 comments on commit 64e9a8e

Please sign in to comment.