Switch from local_env to Docker for running Qlib

This commit is contained in:
WinstonLiyt
2024-07-12 03:30:25 +00:00
parent 033589bbe0
commit 6fb12fc753
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class DockerConf(BaseModel):
QLIB_TORCH_IMAGE = DockerConf(
image="linlanglv/qlib_image_nightly_pytorch:nightly",
image="linlanglv/qlib_image_nightly_pytorch:240711",
mount_path="/workspace",
default_entry="qrun conf.yaml",
extra_volumes={Path("~/.qlib/").expanduser().resolve(): "/root/.qlib/"},