Skip to content

Commit e32ce27

Browse files
Fix minio
1 parent 76e77f4 commit e32ce27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN apt-get update -y && \
88
RUN pip install --upgrade pip
99
RUN pip install PyMySQL mysqlclient && \
1010
pip install psycopg2-binary && \
11-
pip install mlflow==3.3.2
11+
pip install mlflow[extras]==3.3.2 && \
12+
pip install boto3
1213

1314
ENV BACKEND_STORE_URI=
1415
ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact

0 commit comments

Comments
 (0)