Merge pull request #147 from freeflowlabs/fix/docker-arch
fix: set architecture explicitly in docker-compose
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
browser-use-webui:
|
||||
platform: linux/amd64
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user