Skip to content

Commit

Permalink
Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 23, 2024
1 parent ef289e3 commit 628dcea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:12.5.0-cudnn9-devel-ubuntu22.04

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand All @@ -14,4 +14,4 @@ RUN nvcc --version

RUN python3 -m pip install -U pip && \
python3 -m pip install -U pytest && \
python3 -m pip install -U "jax[cuda11_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
python3 -m pip install -U "jax[cuda12]"
3 changes: 2 additions & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pipeline {
HOME = "$WORKSPACE/build"
}
steps {
sh 'EXOPLANET_CORE_CUDA=yes python3 -m pip install --user .'
sh 'EXOPLANET_CORE_CUDA=yes python3 -m pip install -v --user .'
sh 'python3 -c "import exoplanet_core.jax"'
sh 'python3 -m pytest -v tests/jax_test.py'
}
}
Expand Down

0 comments on commit 628dcea

Please sign in to comment.