Skip to content

Commit

Permalink
Install gettext before running envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 27, 2024
1 parent 2bd2eb5 commit fdb7793
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ EOF
RUN wget https://github.com/rapidsai/gha-tools/releases/latest/download/tools.tar.gz -O - \
| tar -xz -C /usr/local/bin

# Install prereq for envsubst
RUN <<EOF
rapids-mamba-retry install -y \
gettext
conda clean -aipty
EOF

# Create condarc file from env vars
ENV RAPIDS_CONDA_BLD_ROOT_DIR=/tmp/conda-bld-workspace
ENV RAPIDS_CONDA_BLD_OUTPUT_DIR=/tmp/conda-bld-output
Expand All @@ -116,7 +123,6 @@ rapids-mamba-retry install -y \
anaconda-client \
boa \
dunamai \
gettext \
git \
jq \
"python=${PYTHON_VERSION}.*=*_cpython" \
Expand Down

0 comments on commit fdb7793

Please sign in to comment.