Skip to content

Commit

Permalink
Merge pull request #2013 from mraniki/dev
Browse files Browse the repository at this point in the history
🐳
  • Loading branch information
mraniki authored Dec 7, 2024
2 parents c2880bf + 63da06d commit 44d8cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV OP_ITEM = ""
# Install playwright
##
RUN apt-get update && \
apt-get -y install chromium xvfb && \
apt-get -y install chromium-sandbox xvfb && \
pip install -U pip && \
pip install playwright && \
playwright install chromium && playwright install-deps && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ iamlistening = "5.3.27"
findmyorder = "2.2.11"
dxsp = "11.1.4"
cefi = "5.3.4"
myllm = "4.13.18"
myllm = "4.13.19"

[tool.poetry.group.dev.dependencies]
python-semantic-release = ">=8.0.8"
Expand Down

0 comments on commit 44d8cee

Please sign in to comment.