Method 3 Docker Windows client installation and Deployment

Checklist of system requirements for running Lemon AI

Before you begin, make sure your system meets the following requirements:

System Requirements

It is recommended to use a system with a modern processor (Intel i5/AMD Ryzen 5 or above is recommended) and at least 4GB of RAM to run Lemon AI.

windows system

Deployment Mode 3: install Lemon AI on the client (applicable to users who can access the Docker official website)

I. Installing WSL

1. Prerequisites

You must be running Windows 10 version 2004 and later (build 19041 and later) or Windows 11 to use the following commands. If you are using an earlier version, seeManual Installation Page.

2.Installing WSL(https://learn.microsoft.com/en-us/windows/wsl/install) command

Everything you need to run WSL can now be installed with a single command. Right-click and select "run as administrator", open the PowerShell or Windows Command Prompt in administrator mode, enter the wsl -- install Command, and restart the computer.

wsl --install

This command will enable the features required to run WSL and install the Ubuntu distribution of Linux. (This default release can change)。

If you are running an older version, or just don't want to use the installation command and want step-by-step instructions, seeManual installation steps for older versions of WSL.

The first time you start a newly installed Linux distribution, a console window opens and prompts you to wait for the files to be unzipped and stored on your computer. The startup process should take less than a second afterwards.

3.wsl --versionRun in powershell and confirmDefault Version: 2.

wsl --version

4. After the installation is completed, restart the computer, and WSL can be seen in the computer application.

2. Install Docker Desktop

  1. Install Docker Desktop (Official) from the official website: https://www.docker.com/, and download the Windows version of Docker for installation.

2. After downloading, install the software installation process. After the installation is completed, double-click to start Docker, install according to the instructions of the client, and keep running and starting after the installation is completed.

3. Open Docker Desktop and goSettingsAnd confirm the following:

  • Regular:Use the WSL 2 based engineEnabled.

  • Resources> WSL integration:Enable integration with my default WSL distroEnabled.

2. Pull the Lemon AI sandbox

  • Enter in the terminal and execute the pull Lemon AI sandbox command.

docker pull hexdolemonai/lemon-runtime-sandbox:latest

3. Install the Lemon AI client

1. Visit the official website of LemonAI (lemonai.cc) and Download the corresponding LemonAI application according to the windows computer in the Download the Desktop App section.

2. After downloading the application, click to install the Lemon AI client, the installation window will pop up, click the information, click still to run, and follow the installation steps to install it with one click.

3. After the installation is completed, click to start the Lemon AI application to perform mirror verification. After the verification is successful, the task page will be displayed and the application will be started successfully.

4. When starting the Lemon AI client, if the following screenshot error occurs, it indicates that the Lemon AI sandbox was not installed successfully, and you need to go back to the previous step to pull the sandbox.

5. In the settings, you need to configure the self-subscription model service, search service, and default model in turn. After the configuration is completed, you can return to the task page for the Lemon AI task question-and-answer experience.

Last updated