1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

docs: update Docker run command in README.md to specify the correct image name (#2010)

This commit is contained in:
Kei YAMAZAKI
2025-09-15 18:09:36 +09:00
committed by GitHub
parent 213eb6c2cd
commit 7d66e4b788

View File

@@ -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 <container name> -v <Mounted local directory>:/app qlib_image_stable
docker run -it --name <container name> -v <Mounted local directory>:/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