-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1567 from Agenta-AI/1560-age-118-observability-in…
…tegration-without-using-agenta-hosted-apps [Enhancement]: observability integration without using agenta hosted apps
- Loading branch information
Showing
26 changed files
with
1,073 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
agenta-cli/agenta/docker/docker-assets/Dockerfile.cloud.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM public.ecr.aws/s2t9a1r1/agentaai/lambda_templates_public:main | ||
|
||
COPY requirements.txt ${LAMBDA_TASK_ROOT} | ||
RUN pip install --no-cache-dir --disable-pip-version-check -r requirements.txt | ||
RUN pip install --no-cache-dir --disable-pip-version-check mangum | ||
RUN pip install --no-cache-dir --disable-pip-version-check -U agenta | ||
RUN pip install --no-cache-dir --disable-pip-version-check -U -r requirements.txt | ||
RUN pip install --no-cache-dir --disable-pip-version-check mangum | ||
COPY . ${LAMBDA_TASK_ROOT} | ||
|
||
CMD [ "lambda_function.handler" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.