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

[Docker] Updating dependency on Mxnet-mkl #4753

Closed
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//

ci_lint = "tvmai/ci-lint:v0.51"
ci_gpu = "tvmai/ci-gpu:v0.56"
ci_gpu = "tvmai/ci-gpu:v0.57"
ci_cpu = "tvmai/ci-cpu:v0.55"
ci_i386 = "tvmai/ci-i386:v0.52"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

# CI docker GPU env
# tag: v0.56
# tag: v0.57
Copy link
Member

Choose a reason for hiding this comment

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

we want to avoid updating the tag before build and test the correctness. I will send a separate PR to do so

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got it, i'll revert the changes.

FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu16.04

# Base scripts
Expand Down
5 changes: 3 additions & 2 deletions docker/install/ubuntu_install_mxnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
set -e
set -u
set -o pipefail

pip3 install mxnet==1.5.0
# We need dependency on mkl version to be able to
# test quantized models end-to-end.
pip3 install mxnet-mkl==1.5.1