From 51c2ecfb17aab8b35951a102e18162bdb3a9ed7a Mon Sep 17 00:00:00 2001 From: Marko Kraemer <73443200+markokraemer@users.noreply.github.com> Date: Thu, 15 May 2025 22:54:04 +0200 Subject: [PATCH] correct image iname --- SELF-HOSTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index b0302c10..dc9c877f 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -113,7 +113,7 @@ As part of the setup, you'll need to: 1. Create a Daytona account 2. Generate an API key 3. Create a Docker image: - - Image name: `kortix/suna:0.1` + - Image name: `kortix/suna:0.1.2` - Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` ## Manual Configuration @@ -257,4 +257,4 @@ poetry run python3.11 api.py --- -For further assistance, join the [Suna Discord Community](https://discord.gg/Py6pCBUUPw) or check the [GitHub repository](https://github.com/kortix-ai/suna) for updates and issues. \ No newline at end of file +For further assistance, join the [Suna Discord Community](https://discord.gg/Py6pCBUUPw) or check the [GitHub repository](https://github.com/kortix-ai/suna) for updates and issues.