Skip to content

Commit

Permalink
fix unbound var and set correct python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 27, 2024
1 parent 17ba14e commit eece0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG LINUX_VER=notset
ARG PYTHON_VER=notset
ARG YQ_VER
ARG AWS_CLI_VER
ARG SCCACHE_VER

FROM mikefarah/yq:${YQ_VER} as yq

Expand All @@ -16,6 +15,7 @@ ARG CUDA_VER
ARG LINUX_VER
ARG PYTHON_VER
ARG CODECOV_VER
ARG SCCACHE_VER

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -115,7 +115,7 @@ rapids-mamba-retry install -y \
git \
jq \
"sccache==${SCCACHE_VER}" \
"python=${PYTHON_VERSION}.*=*_cpython"
"python=${PYTHON_VER}.*=*_cpython"
conda clean -aipty
EOF

Expand Down

0 comments on commit eece0bd

Please sign in to comment.