We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e77f4 commit e32ce27Copy full SHA for e32ce27
Dockerfile
@@ -8,7 +8,8 @@ RUN apt-get update -y && \
8
RUN pip install --upgrade pip
9
RUN pip install PyMySQL mysqlclient && \
10
pip install psycopg2-binary && \
11
- pip install mlflow==3.3.2
+ pip install mlflow[extras]==3.3.2 && \
12
+ pip install boto3
13
14
ENV BACKEND_STORE_URI=
15
ENV DEFAULT_ARTIFACT_ROOT=/opt/artifact
0 commit comments