Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c66a8281f7 | ||
|
|
a0ed61549e |
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.gt-proj.com
|
||||
registry: 10.0.0.2:3000
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: gitea.gt-proj.com/${{ gitea.repository_owner }}/${{ gitea.event.repository.name }}
|
||||
images: 10.0.0.2:3000/${{ gitea.repository_owner }}/${{ gitea.event.repository.name }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
FROM ghcr.io/mlflow/mlflow:latest
|
||||
|
||||
RUN pip install psycopg2-binary
|
||||
# Use --no-cache-dir to avoid storing pip cache in the image
|
||||
RUN pip install --no-cache-dir psycopg2-binary
|
||||
|
||||
ENTRYPOINT [ "mlflow", "server" ]
|
||||
|
||||
Reference in New Issue
Block a user