Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 25, 2024
1 parent 6c1270c commit e9bdecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN curl -fsSL https://get.pulumi.com | sh && for i in azure-native aws gcp; do
RUN --mount=id=root,type=cache,target=/root,sharing=shared \
python -m venv --without-pip "$VIRTUAL_ENV" && \
curl -sSLf https://bootstrap.pypa.io/get-pip.py | python - && \
pip install "sparecores-runner>=0.0.28"
pip install "sparecores-runner>=0.0.29"
ENTRYPOINT sc-runner

0 comments on commit e9bdecc

Please sign in to comment.