fix: remove non-existent @anthropic-ai/playwright-cli from Dockerfile
Deploy Research Workbench / deploy (push) Failing after 13m37s
Deploy Research Workbench / deploy (push) Failing after 13m37s
Package doesn't exist on npm. Playwright is already installed via the Python backend deps (uv sync) and 'uv run playwright install chromium'. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This commit is contained in:
@@ -30,9 +30,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
|
||||
&& apt-get install -y --no-install-recommends nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install @anthropic-ai/playwright-cli globally via npm
|
||||
RUN npm install -g @anthropic-ai/playwright-cli
|
||||
|
||||
# Install uv via pip
|
||||
RUN pip install uv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user