seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
307 Bytes
# Use an official Python base image from the Docker Hub
FROM python:3.10
# Install browsers
RUN apt-get update && apt-get install -y \
chromium-driver firefox-esr \
ca-certificates
# Install utilities
RUN apt-get install -y curl jq wget git
# Declare working directory
WORKDIR /workspace/AutoGPT