-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add dockerfile #1817
base: main
Are you sure you want to change the base?
add dockerfile #1817
Conversation
Dockerfile
Outdated
|
||
RUN pip install cython packaging tables matplotlib statsmodels | ||
|
||
RUN python setup.py install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think cloning latest code is nightly.
We should distinguish stable version and nightly verion.
@@ -0,0 +1,13 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this in the README or docs.
@@ -272,6 +272,25 @@ We recommend users to prepare their own data if they have a high-quality dataset | |||
``` | |||
--> | |||
|
|||
## Build docker images |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the home page. Users care more about usage of docker image instead of creating it.
|
||
RUN python -m pip install cython packaging tables matplotlib statsmodels | ||
|
||
RUN python -m pip install pyqlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is only for stable;
Description
Motivation and Context
How Has This Been Tested?
pytest qlib/tests/test_all_pipeline.py
under upper directory ofqlib
.Screenshots of Test Results (if appropriate):
Types of changes