Skip to content

Commit

Permalink
Change CUDA version 12.0 to 12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 17, 2023
1 parent bede561 commit 73c9151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% else %}
{% set version = environ.get('GIT_DESCRIBE_TAG', default_env_var).lstrip('v') %}
{% endif %}
{% set cuda_version='.'.join(environ.get('CUDA', '12.0').split('.')[:2]) %}
{% set cuda_version='.'.join(environ.get('CUDA', '12.2').split('.')[:2]) %}
{% set cuda_major=cuda_version.split('.')[0]|int %}
{% set py_version=environ.get('CONDA_PY', 36) %}

Expand Down
4 changes: 2 additions & 2 deletions continuous_integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ENV SCCACHE_S3_KEY_PREFIX=legate-cunumeric-dev
ENV VAULT_HOST=https://vault.ops.k8s.rapids.ai
ENV HISTFILE=/home/coder/.cache/._bash_history
ENV DEFAULT_CONDA_ENV=legate
ENV CUDA_VERSION=12.0
ENV CUDA_VERSION=12.2
ENV CUDA_VERSION_MAJOR=12
ENV CUDA_VERSION_MINOR=0
ENV CUDA_VERSION_MINOR=2

ARG USE_CUDA
ENV USE_CUDA=${USE_CUDA}
Expand Down

0 comments on commit 73c9151

Please sign in to comment.