mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Optimize Playwright install
This commit is contained in:
parent
3a1e489dd6
commit
0287597d02
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ WORKDIR /opt/hermes
|
|||
# Install Python and Node dependencies in one layer, no cache
|
||||
RUN pip install --no-cache-dir -e ".[all]" --break-system-packages && \
|
||||
npm install --prefer-offline --no-audit && \
|
||||
npx playwright install --with-deps chromium && \
|
||||
npx playwright install --with-deps chromium --only-shell && \
|
||||
cd /opt/hermes/scripts/whatsapp-bridge && \
|
||||
npm install --prefer-offline --no-audit && \
|
||||
npm cache clean --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue