aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/Dockerfile')
-rw-r--r--.devcontainer/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
deleted file mode 100644
index f31cdebad..000000000
--- a/.devcontainer/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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/Auto-GPT