From 576d7c969761620ca2d534d2d14164b7fc6f4cc3 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Thu, 22 Dec 2022 07:06:35 +0100 Subject: [PATCH 1/2] doc: add docker requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 402743a..947c101 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ You must have a valid [trainML account](https://app.trainml.ai). On the [account > Creating resources on the trainML platform requires a non-zero credit balance. To purchase credits or sign-up for automatic credit top-ups, visit the [billing page](https://app.trainml.ai/account/billing). +> Creating model with the SDK require Docker installed and running in the machine you use the SDK, if you need it in Colab [check this tutorial](https://gist.github.com/mwufi/6718b30761cd109f9aff04c5144eb885) + ### Methods #### Credentials File From ef8570e7efb6b8621447ae91048e2104ecbd4ee0 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Thu, 22 Dec 2022 07:18:45 +0100 Subject: [PATCH 2/2] doc: remove colab section, it don't work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947c101..ecb4d6b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You must have a valid [trainML account](https://app.trainml.ai). On the [account > Creating resources on the trainML platform requires a non-zero credit balance. To purchase credits or sign-up for automatic credit top-ups, visit the [billing page](https://app.trainml.ai/account/billing). -> Creating model with the SDK require Docker installed and running in the machine you use the SDK, if you need it in Colab [check this tutorial](https://gist.github.com/mwufi/6718b30761cd109f9aff04c5144eb885) +> Creating model with the SDK require Docker installed and running in the machine you use the SDK. ### Methods