Jump to content

Metropolis Microservices/RidgeRun Services/AI Agent: Difference between revisions

Line 129: Line 129:


You can build the detection microservice image using the Dockerfile in the docker directory.  First we need to prepare the context directory for this build, you need to create a directory and include this repository and the rrms-utils project. The Dockerfile will look for both packages in the context directory and copy them to the container.
You can build the detection microservice image using the Dockerfile in the docker directory.  First we need to prepare the context directory for this build, you need to create a directory and include this repository and the rrms-utils project. The Dockerfile will look for both packages in the context directory and copy them to the container.
<syntaxhighlight lang="bash">
mkdir ai-agent-context
cd ai-agent-context
git clone https://gitlab.ridgerun.com/open/ridgerun-microservices/ai-agent.git
git clone https://gitlab.ridgerun.com/open/ridgerun-microservices/rrms-utils.git
</syntaxhighlight>
After this, your context directory should look like this:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Cookies help us deliver our services. By using our services, you agree to our use of cookies.