We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a4862 commit 18e2048Copy full SHA for 18e2048
Jenkinsfile
@@ -2,6 +2,7 @@ stage("Build and Publish") {
2
node {
3
ws('workspace/d2l-zh') {
4
checkout scm
5
+ pip uninstall mxnet-cu100
6
sh "git submodule update --init --recursive"
7
sh "build/utils/clean_build.sh"
8
sh "conda env update -f build/env.yml"
0 commit comments