Skip to content

Commit

Permalink
Changed the shell used in Docker to bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Jul 26, 2023
1 parent 24f6270 commit 45e9486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions continuous_integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE} as stage0

SHELL ["/bin/bash", "-c"]

ENV PYTHONDONTWRITEBYTECODE=1
ENV SCCACHE_REGION="us-east-2"
ENV SCCACHE_BUCKET="rapids-sccache-east"
Expand Down

0 comments on commit 45e9486

Please sign in to comment.