Skip to content

Commit

Permalink
update py version and change dep install
Browse files Browse the repository at this point in the history
Signed-off-by: Janine Olear <[email protected]>
  • Loading branch information
miyunari committed Nov 23, 2024
1 parent 07bcc5a commit 2af4806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.12-slim
FROM python:3.13-slim

COPY pyproject.toml ./
COPY src ./src

RUN pip install typing-extensions sigstore-protobuf-specs protobuf in-toto-attestation cryptography certifi pyOpenSSL sigstore
RUN python -m pip install model_signing

RUN echo '#!/bin/bash\n\
cd "/src" && python sign.py' > /usr/local/bin/sign
Expand Down

0 comments on commit 2af4806

Please sign in to comment.