Skip to content

Commit 7d66e4b

Browse files
authored
docs: update Docker run command in README.md to specify the correct image name (#2010)
1 parent 213eb6c commit 7d66e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ We recommend users to prepare their own data if they have a high-quality dataset
324324
```
325325
2. Start a new Docker container
326326
```bash
327-
docker run -it --name <container name> -v <Mounted local directory>:/app qlib_image_stable
327+
docker run -it --name <container name> -v <Mounted local directory>:/app pyqlib/qlib_image_stable:stable
328328
```
329329
3. At this point you are in the docker environment and can run the qlib scripts. An example:
330330
```bash

0 commit comments

Comments
 (0)