Skip to content

Commit

Permalink
update mlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-allen committed Nov 5, 2024
1 parent 679c468 commit fb7c31e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.12-slim-bullseye

# Install MLflow Python Packages
RUN pip install --no-cache-dir psycopg2==2.9.10 mlflow==2.17.2 azure-storage-blob==12.23.1
RUN pip install --no-cache-dir psycopg2-binary==2.9.10 mlflow==2.17.2 azure-storage-blob==12.23.1

RUN apt-get update \
&& apt-get install openssh-server -y --no-install-recommends \
Expand Down

0 comments on commit fb7c31e

Please sign in to comment.