Skip to content

Commit

Permalink
fix: docs/samples/v1beta1/triton/fastertransformer/transformer/Docker…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 13, 2024
1 parent fe195fa commit fe2ba75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-bullseye
FROM python:3.12.7-slim-bullseye
WORKDIR /code
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
Expand Down

0 comments on commit fe2ba75

Please sign in to comment.