mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 23:29:19 +01:00
Compare commits
7 Commits
pr/23-upda
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57be284980 | ||
|
|
723782dc1d | ||
|
|
740bfec7f4 | ||
|
|
6418955ea0 | ||
|
|
3d4b960979 | ||
|
|
068d3347e1 | ||
|
|
bd364c18b8 |
2
.github/workflows/verify-docker-compose.yml
vendored
2
.github/workflows/verify-docker-compose.yml
vendored
@@ -4,7 +4,7 @@ jobs:
|
|||||||
verify:
|
verify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Show the config
|
- name: Show the config
|
||||||
run: docker-compose config
|
run: docker-compose config
|
||||||
- name: Run
|
- name: Run
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./test_experiment
|
context: ./test_experiment
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
platform: linux/amd64 # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
|
||||||
depends_on:
|
depends_on:
|
||||||
- "mlflow"
|
- "mlflow"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user