Skip to content

Commit

Permalink
Merge pull request #1 from Quansight/all_providers
Browse files Browse the repository at this point in the history
change Dockerfile
  • Loading branch information
Adam-D-Lewis authored May 16, 2024
2 parents f9b3181 + a553b38 commit 3daa1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 3 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
ARG MLFLOW_VERSION
FROM bitnami/mlflow:2.12.1-debian-12-r0

FROM ghcr.io/mlflow/mlflow:v${MLFLOW_VERSION}

COPY requirements.txt .
RUN pip install -r requirements.txt && \
rm requirements.txt
# Install additional dependencies
RUN python3 -m pip install --no-cache-dir azure-identity azure-storage-blob
2 changes: 0 additions & 2 deletions docker/requirements.txt

This file was deleted.

0 comments on commit 3daa1f9

Please sign in to comment.