Skip to content

Commit

Permalink
add nightly build mxnet, Jenkinsfile as dependency in config
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 9, 2019
1 parent ebc3e69 commit ea72247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stage("Build and Publish") {
rm -rf ~/miniconda3/envs/${ENV_NAME}
conda create -n ${ENV_NAME} pip -y
conda activate ${ENV_NAME}
pip install https://apache-mxnet.s3-us-west-2.amazonaws.com/dist/python/numpy/latest/mxnet_cu101mkl-1.5.0-py2.py3-none-manylinux1_x86_64.whl
pip install mxnet-cu101==1.6.0b20190915
pip install git+https://github.com/d2l-ai/d2l-book
python setup.py develop
pip list
Expand Down
9 changes: 2 additions & 7 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ favicon = static/favicon.png

# A list of wildcards to indicate the markdown files that need to be evaluated as
# Jupyter notebooks.
notebooks = index.md *introduction/* *crashcourse/* *linear-networks/* *preface/* *install/* *perceptrons/*
*optimization/* *computation/* *convolutional*/* *recurrent*/*
*attention*/* *performance*/*
*adversarial*/index.md *language*/* *appendix/*
*references/* chapter_computer-vision/* *recommender-systems/* chapter_generative_adversarial_networks/*

notebooks = *.md */*.md


# A list of files that will be copied to the build folder.
Expand All @@ -54,7 +49,7 @@ warning_is_error = False

# A list of files, if anyone is modified after the last build, will re-build all
# documents.
dependencies =
dependencies = Jenkinsfile

[library]

Expand Down

0 comments on commit ea72247

Please sign in to comment.