We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0984b8 commit a0e66a3Copy full SHA for a0e66a3
Jenkinsfile
@@ -18,6 +18,7 @@ stage("Build and Publish") {
18
19
sh label: "Build Environment", script: """set -ex
20
conda env update -n ${ENV_NAME} -f static/build.yml
21
+ pip list
22
nvidia-smi
23
"""
24
0 commit comments