Femi
Femi
Out of curiosity, how did you arrive at that solution? On Sat, Aug 6, 2022, 8:32 AM Pranjal Datta ***@***.***> wrote: > A simple fix for this issue seems to...
@dbczumar I'd like to take a stab at it a few questions: 1. Is there a base image to inherit from? 2. From the base image would it effectively be...
Would alpine not be better also do we care which python version the image is using? On Wed, Aug 31, 2022, 6:42 AM Martin Morset ***@***.***> wrote: > As for...
I'll be starting on this issue today. On Wed, Aug 31, 2022, 7:27 AM Femi ***@***.***> wrote: > Would alpine not be better also do we care which python version...
done with the dockerfile portion @dbczumar can you provide an example command so I can validate that this container works as expected?
Also, the current work is [here](https://github.com/oojo12/mlflow/tree/tracking-server-image) if you wanted to collaborate on it. 1. [docker-compose file ](https://github.com/oojo12/mlflow/blob/tracking-server-image/mlflow/docker-compose.yml) 2. [dockerfile](https://github.com/oojo12/mlflow/blob/tracking-server-image/mlflow/tracking/Dockerfile) 3. [workflow](https://github.com/oojo12/mlflow/blob/tracking-server-image/.github/workflows/push-images.yml) - the trigger here is when a new release...
Actually, since we are just pip installing from the repo I suppose we can simplify and make a base Mlflow dockerfile, update the entrypoint command in the docker-compose file for...
Like the idea. I didn't know linters existed for Dockerfiles. On Sun, Sep 4, 2022, 10:33 AM Martin Morset ***@***.***> wrote: > If we are introducing images to the project...
@dbczumar seems simple enough per this [documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry). I will submit two separate PRs. One for the image and one for the workflow.
The modular PR's have been made. I suppose we still require an update to documentation mentioning the tracking server Docker image and an example on running the server with it?...