Skip to content

Commit e6bc693

Browse files
committed
attp 10
1 parent 05a9feb commit e6bc693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pipeline {
6464
}
6565
stage('jaxlib') {
6666
options {
67-
timeout(time: 300, unit: 'MINUTES')
67+
timeout(time: 500, unit: 'MINUTES')
6868
}
6969
steps {
7070
sh '''#!/bin/bash

packages/torch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN conda install -c conda-forge mamba
2020

2121
# Build instructions: https://github.com/pytorch/pytorch#from-source
2222
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
2424

2525
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
2626
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000

0 commit comments

Comments
 (0)