Skip to content

Commit

Permalink
Define in each build
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 17, 2024
1 parent f96f8ec commit 78825be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/rapids.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

ARG BASE
ARG PYTHON_PACKAGE_MANAGER=conda
ENV SCCACHE_IDLE_TIMEOUT=900

FROM ${BASE} as pip-base

Expand Down Expand Up @@ -31,6 +30,8 @@ ENV DEFAULT_VIRTUAL_ENV=rapids

ENV RAPIDS_LIBUCX_PREFER_SYSTEM_LIBRARY=true

ENV SCCACHE_IDLE_TIMEOUT=900

FROM ${BASE} as conda-base

ENV DEFAULT_CONDA_ENV=rapids
Expand All @@ -50,6 +51,7 @@ ENV PYTHONDONTWRITEBYTECODE="1"

ENV SCCACHE_REGION="us-east-2"
ENV SCCACHE_BUCKET="rapids-sccache-devs"
ENV SCCACHE_IDLE_TIMEOUT=900
ENV AWS_ROLE_ARN="arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs"

ENV HISTFILE="/home/coder/.cache/._bash_history"
Expand Down

0 comments on commit 78825be

Please sign in to comment.