File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ pipeline {
64
64
}
65
65
stage(' jaxlib' ) {
66
66
options {
67
- timeout(time : 300 , unit : ' MINUTES' )
67
+ timeout(time : 500 , unit : ' MINUTES' )
68
68
}
69
69
steps {
70
70
sh ''' #!/bin/bash
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN conda install -c conda-forge mamba
20
20
21
21
# Build instructions: https://github.com/pytorch/pytorch#from-source
22
22
RUN mamba install astunparse numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing_extensions future six requests dataclasses
23
- RUN mamba install -c pytorch magma-cuda${CUDA_MAJOR_VERSION}${CUDA_MINOR_VERSION}
23
+ RUN mamba install -c pytorch magma-cuda122
24
24
25
25
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
26
26
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000
You can’t perform that action at this time.
0 commit comments