From 64e9a8e39a2072a962111db18f5b9565df5b0176 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 23 Aug 2024 16:08:45 +0800 Subject: [PATCH] fix: remove useless line (#177) * Update Dockerfile remove unused line * specify a fixed version of scipy --- rdagent/scenarios/qlib/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdagent/scenarios/qlib/docker/Dockerfile b/rdagent/scenarios/qlib/docker/Dockerfile index f8cb2ec0..55e1406b 100644 --- a/rdagent/scenarios/qlib/docker/Dockerfile +++ b/rdagent/scenarios/qlib/docker/Dockerfile @@ -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