Merge pull request #147 from freeflowlabs/fix/docker-arch

fix: set architecture explicitly in docker-compose
This commit is contained in:
warmshao
2025-01-27 08:32:45 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ FROM python:3.11-slim
# Install system dependencies
RUN apt-get update && apt-get install -y \
wget \
netcat-traditional \
gnupg \
curl \
unzip \

View File

@@ -1,5 +1,6 @@
services:
browser-use-webui:
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile