Skip to content

Commit

Permalink
update eidolon
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeLalor committed Dec 10, 2024
1 parent fac45ca commit 37f2ea6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG EIDOLON_VERSION=0.1.180
ARG EIDOLON_VERSION=0.1.181
FROM python:3.11-slim AS builder
RUN pip install poetry
RUN poetry config virtualenvs.create false --local
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DOCKER_REPO_NAME ?= browser-agent
VERSION := $(shell grep -m 1 '^version = ' pyproject.toml | awk -F '"' '{print $$2}')
WEBUI_TAG := 1.0.67
BROWSER_TAG := 0.1.4
BROWSER_TAG := 0.1.5
REQUIRED_ENVS := ANTHROPIC_API_KEY
NAMESPACE ?= default

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
- agent-server

browser-service:
image: eidolonai/browser_service:0.1.4
image: eidolonai/browser_service:0.1.5
ports:
- "7468:7468"

Expand Down
19 changes: 9 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
eidolon-ai-sdk = "^0.1.180"
eidolon-ai-sdk = "^0.1.181"
watchfiles = "^0.24.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 37f2ea6

Please sign in to comment.