mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 11:37:44 +00:00
Switch from local_env to Docker for running Qlib
This commit is contained in:
@@ -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/"},
|
||||
|
||||
Reference in New Issue
Block a user