Skip to content

Commit

Permalink
change Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed May 16, 2024
1 parent 6007af1 commit a553b38
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 a553b38

Please sign in to comment.