Skip to content

Commit

Permalink
Merge pull request #76 from manifoldai/kmr/mlflow-vers-update
Browse files Browse the repository at this point in the history
updated mlflow to vers 1.14 and supporting requirements
  • Loading branch information
resdntalien committed Feb 23, 2021
2 parents 1bbe450 + 83d8835 commit 118a590
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions orbyter-mlflow-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# orbyter-ml-dev:1.2
FROM manifoldai/orbyter-base-sys:2.0
# orbyter-mlflow_server:1.14.0
FROM manifoldai/orbyter-base-sys:3.2
COPY . /build
WORKDIR /build
# Separely split pip to avoid pip install main issue
Expand Down
8 changes: 4 additions & 4 deletions orbyter-mlflow-server/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# manifoldai/orbyter-ml-dev:2.0
# manifoldai/orbyter-mlflow-server:1.14.0

Dockerfile for [manifoldai/orbyter-mlflow-server:1.11.0](https://hub.docker.com/r/manifoldai/orbyter-ml-dev)
Dockerfile for [manifoldai/orbyter-mlflow-server:1.14.0](https://hub.docker.com/r/manifoldai/orbyter-ml-dev)

## Usage

```
docker run -e MLFLOW_TRACKING_URI -e MLFLOW_ARTIFACT_LOCATION -it
manifoldai/orbyter-mlflow-server:1.11.0
manifoldai/orbyter-mlflow-server:1.14.0
```

## Release Notes:

### Added

* mlflow 1.11.0
* mlflow 1.14.0
2 changes: 1 addition & 1 deletion orbyter-mlflow-server/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.14.0
6 changes: 3 additions & 3 deletions orbyter-mlflow-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.15.5
mlflow==1.11.0
psycopg2==2.8.6
boto3==1.17.14
mlflow==1.14.0
psycopg2==2.8.6

0 comments on commit 118a590

Please sign in to comment.