Skip to content

Commit 18e2048

Browse files
authored
Update Jenkinsfile
1 parent 02a4862 commit 18e2048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ stage("Build and Publish") {
22
node {
33
ws('workspace/d2l-zh') {
44
checkout scm
5+
pip uninstall mxnet-cu100
56
sh "git submodule update --init --recursive"
67
sh "build/utils/clean_build.sh"
78
sh "conda env update -f build/env.yml"

0 commit comments

Comments
 (0)