You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Dockerfile, I have the following, which installs the browser:
RUN uv run playwright install --with-deps
When I build my container, I get the following error:
=> ERROR [<redacted> stage-0 9/9] RUN uv run playwright install --with-deps 0.1s
------
> [<redacted> stage-0 9/9] RUN uv run playwright install --with-deps:
0.118 error: Failed to spawn: `playwright`
0.118 Caused by: No such file or directory (os error 2)
------
failed to solve: process "/bin/sh -c uv run playwright install --with-deps" did not complete successfully: exit code: 2
All I did was replace playwright with rebrowser-playwright. Am I doing something obviously wrong? Thanks.
The text was updated successfully, but these errors were encountered:
I installed via
uv add rebrowser-playwright
. Inpyproject.toml
, I have:In my
Dockerfile
, I have the following, which installs the browser:When I build my container, I get the following error:
All I did was replace
playwright
withrebrowser-playwright
. Am I doing something obviously wrong? Thanks.The text was updated successfully, but these errors were encountered: