fix: remove useless line (#177)

* Update Dockerfile

remove unused line

* specify a fixed version of scipy
This commit is contained in:
Tim
2024-08-23 16:08:45 +08:00
committed by GitHub
parent 9a792cc21e
commit 79ee05c1dd
+1 -1
View File
@@ -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