Skip to content
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

Merged
merged 11 commits into from
Nov 13, 2024
Merged

add dockerfile #1817

merged 11 commits into from
Nov 13, 2024

Conversation

SunsetWolf
Copy link
Collaborator

Description

Motivation and Context

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

@github-actions github-actions bot added the waiting for triage Cannot auto-triage, wait for triage. label Jun 27, 2024
Dockerfile Outdated Show resolved Hide resolved
build_docker_image.sh Show resolved Hide resolved
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 27, 2024
README.md Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated
RUN python -m pip install cython packaging tables matplotlib statsmodels
RUN python -m pip install pybind11 cvxpy

ARG INSTALL_OPTION="yes"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming

README.md Outdated
@@ -272,6 +272,40 @@ We recommend users to prepare their own data if they have a high-quality dataset
```
-->

## Build docker images
1. The build process is very simple. First, edit `build_docker_image.sh` and fill in your docker hub username. If you don't want to upload your image to the docker hub repository, you can skip this step.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use intead of building

@SunsetWolf SunsetWolf merged commit f2caf45 into main Nov 13, 2024
26 checks passed
@SunsetWolf SunsetWolf deleted the add_dockerfile branch November 13, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation waiting for triage Cannot auto-triage, wait for triage.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants