Skip to content

Commit

Permalink
unintentional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 9, 2024
1 parent fff5b36 commit 97c29ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
FROM python:3.12
VOLUME /data/workdir
VOLUME /data/.pulumi
VOLUME /data/backend
ENV PULUMI_CONFIG_PASSPHRASE=""
ENV VIRTUAL_ENV="/pulumi_venv"
ENV PATH=/root/.pulumi/bin:$VIRTUAL_ENV/bin:$PATH
ENV PULUMI_HOME=/data/.pulumi
RUN curl -fsSL https://get.pulumi.com | sh
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.26" && \
for i in azure-native aws gcp; do pulumi plugin install resource $i; done
VOLUME /data/.pulumi
pip install "sparecores-runner>=0.0.26"
ENTRYPOINT sc-runner

0 comments on commit 97c29ff

Please sign in to comment.