From 7d66e4b7882862ab3d72087ebfe9ca88e80b458a Mon Sep 17 00:00:00 2001 From: Kei YAMAZAKI <1715090+kei-yamazaki@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:09:36 +0900 Subject: [PATCH] docs: update Docker run command in README.md to specify the correct image name (#2010) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 809a17e25..0e19c8404 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ We recommend users to prepare their own data if they have a high-quality dataset ``` 2. Start a new Docker container ```bash - docker run -it --name -v :/app qlib_image_stable + docker run -it --name -v :/app pyqlib/qlib_image_stable:stable ``` 3. At this point you are in the docker environment and can run the qlib scripts. An example: ```bash