Compare commits
4 Commits
89b93c0242
...
dcbcc523bf
Author | SHA1 | Date |
---|---|---|
|
dcbcc523bf | |
|
39af0ce93d | |
|
59328385b0 | |
|
6b342fbe10 |
|
@ -8,7 +8,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push mlflow container
|
name: Build and push mlflow container
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.namesny.com/cluster/act-runner:v1
|
container: git.namesny.com/cluster/act-runner:v1@sha256:12ecb5835cd38f38bf9fc7589abc3751861bd737c612bb2a6194615810cb4f92
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: mlflow
|
IMAGE_NAME: mlflow
|
||||||
REGISTRY: git.namesny.com
|
REGISTRY: git.namesny.com
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
mlflow==2.10.2
|
mlflow==2.10.2
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
boto3==1.34.49
|
boto3==1.34.51
|
Loading…
Reference in New Issue