Merge pull request 'Update python:3.10-slim Docker digest to b64d188' (#20) from renovate/python-3.10-slim into main
Build and push mlflow container / Create mlflow tag (push) Successful in 5s Details
Build and push mlflow container / Build and push mlflow container (push) Has been skipped Details

Reviewed-on: #20
This commit is contained in:
Mathis 2024-01-31 12:41:07 +00:00
commit 84a8cc3eb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:669b88d5947f8bc66039e97949099baa52fe6b02b9d6846836667d2c8d9859fe
FROM python:3.10-slim@sha256:b64d1888e5d1ac06ff2c0ad0fd1fe9c2dc5826de2bbe2e5a87ea4b9346edaf1c
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000