We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213eb6c commit 7d66e4bCopy full SHA for 7d66e4b
README.md
@@ -324,7 +324,7 @@ We recommend users to prepare their own data if they have a high-quality dataset
324
```
325
2. Start a new Docker container
326
```bash
327
- 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
328
329
3. At this point you are in the docker environment and can run the qlib scripts. An example:
330
0 commit comments