[CI] Fix broken Docker container 'cpu' (#5956)
This commit is contained in:
committed by
GitHub
parent
f5fdcbe194
commit
071e10c1d1
33
tests/ci_build/conda_env/cpu_test.yml
Normal file
33
tests/ci_build/conda_env/cpu_test.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: cpu_test
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- pip
|
||||
- wheel
|
||||
- pyyaml
|
||||
- cpplint
|
||||
- pylint
|
||||
- numpy
|
||||
- scipy
|
||||
- scikit-learn
|
||||
- pandas
|
||||
- matplotlib
|
||||
- dask
|
||||
- python-graphviz
|
||||
- hypothesis
|
||||
- astroid
|
||||
- sphinx
|
||||
- sh
|
||||
- recommonmark
|
||||
- mock
|
||||
- breathe
|
||||
- pytest
|
||||
- python-kubernetes
|
||||
- urllib3
|
||||
- jsonschema
|
||||
- boto3
|
||||
- awscli
|
||||
- pip:
|
||||
- guzzle_sphinx_theme
|
||||
- datatable
|
||||
18
tests/ci_build/conda_env/win64_test.yml
Normal file
18
tests/ci_build/conda_env/win64_test.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: win64_env
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- numpy
|
||||
- scipy
|
||||
- matplotlib
|
||||
- scikit-learn
|
||||
- pandas
|
||||
- pytest
|
||||
- python-graphviz
|
||||
- boto3
|
||||
- hypothesis
|
||||
- jsonschema
|
||||
- pip
|
||||
- pip:
|
||||
- cupy-cuda101
|
||||
Reference in New Issue
Block a user