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
After cloning your beautifull project, when runnning on Ubuntu 24.04, I am getting the following error.
My initial purpose was to create a Dockercompose.yml file but i did'nt find your image in Docker.io
Do you plan a release of your work there, to ease it use?
Thanks for your help for this error:
docker build .
I am getting
6.145 playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium-1124/chrome-linux/chrome
6.145 ╔════════════════════════════════════════════════════════════╗
6.145 ║ Looks like Playwright was just installed or updated. ║
6.145 ║ Please run the following command to download new browsers: ║
6.145 ║ ║
6.145 ║ playwright install ║
6.145 ║ ║
6.145 ║ <3 Playwright Team ║
6.145 ╚════════════════════════════════════════════════════════════╝
6.251 make: *** [Makefile:21: build] Error 1
------
2 warnings found (use docker --debug to expand):
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22)
Dockerfile:41
--------------------
40 |
41 | >>> RUN . .venv/bin/activate \
42 | >>> && make build
43 |
--------------------
ERROR: failed to solve: process "/bin/sh -c . .venv/bin/activate && make build" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered:
After cloning your beautifull project, when runnning on Ubuntu 24.04, I am getting the following error.
My initial purpose was to create a Dockercompose.yml file but i did'nt find your image in Docker.io
Do you plan a release of your work there, to ease it use?
Thanks for your help for this error:
I am getting
The text was updated successfully, but these errors were encountered: