Skip to content

Commit

Permalink
description not found in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sblair-metrostar committed Dec 29, 2023
1 parent 5a7c353 commit a5f5e17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
type=raw,value=${{ env.MLFLOW_VERSION }}-{{date 'YYYYMMDD-HHmm'}}
labels: |
runnumber=${{ env.GITHUB_RUN_ID }}
org.opencontainers.image.description=MLflow with AWS and Postgres dependencies
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ ARG MLFLOW_VERSION

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

LABEL org.opencontainers.image.description="MLflow with AWS and Postgres dependencies"

# Dependencies required for AWS S3 integration
RUN pip install boto3 psycopg2-binary

0 comments on commit a5f5e17

Please sign in to comment.