Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Quickstart (2) #282

Conversation

ckadner
Copy link
Member

@ckadner ckadner commented Dec 3, 2021

⚙️ Updated the READMEs under /quickstart and /api

The quickstart guide can be shrunk down to 2 commands now:

# 1. download the `docker-compose.yaml`
wget https://raw.githubusercontent.com/machine-learning-exchange/mlx/main/quickstart/docker-compose.yaml

# 2. bring up MLX    
docker compose up

No need to clone the repo, or to keep the local code up to date

* Update the READMEs under /quickstart and /api

Signed-off-by: Christian Kadner <[email protected]>
@ckadner ckadner added documentation Improvements or additions to documentation API Swagger API labels Dec 3, 2021
@mlx-bot
Copy link
Collaborator

mlx-bot commented Dec 3, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckadner

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ckadner
Copy link
Member Author

ckadner commented Dec 4, 2021

FYI @ptitzler @romeokienzler -- the MLX Quickstart with Docker Compose has gotten a slimmer. Just two commands to bring up MLX locally:

# 1. Download the Docker Compose file
wget https://raw.githubusercontent.com/machine-learning-exchange/mlx/main/quickstart/docker-compose.yaml

# 2. Bring up MLX
docker compose up

Note, the Quickstart is still catalog only -- no running of pipelines -- but for the latter, we now have a KIND deployment option

@ptitzler
Copy link

ptitzler commented Dec 6, 2021

FYI @ptitzler @romeokienzler -- the MLX Quickstart with Docker Compose has gotten a slimmer. Just two commands to bring up MLX locally:

Sweet! Works like a charm Christian. Thanks for making everyones' life easier

@Tomcli
Copy link
Member

Tomcli commented Dec 6, 2021

/lgtm

@mlx-bot mlx-bot added the lgtm label Dec 6, 2021
@mlx-bot mlx-bot merged commit 6faf593 into machine-learning-exchange:main Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Swagger API approved documentation Improvements or additions to documentation lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants