Skip to content

Commit 64e9a8e

Browse files
authored
fix: remove useless line (microsoft#177)
* Update Dockerfile remove unused line * specify a fixed version of scipy
1 parent e3a9659 commit 64e9a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdagent/scenarios/qlib/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ WORKDIR /workspace/qlib
1515

1616
RUN git reset c9ed050ef034fe6519c14b59f3d207abcb693282 --hard
1717

18-
RUN python -m pip install --upgrade numpy
1918
RUN python -m pip install --upgrade cython
2019
RUN python -m pip install -e .
2120

2221
RUN pip install catboost
2322
RUN pip install xgboost
23+
RUN pip install scipy==1.11.4

0 commit comments

Comments
 (0)