Improve docker setup & config (#1843)

* Improve docker setup & config

* fix(browsing): Selenium needs access to home directory

* fix(docker): allow overriding memory backend settings

* simplify Dockerfile and docker-compose config

* add .dockerignore

* adjust Docker CI with release build type arg

* replace Chrome by Chromium in devcontainer

* update docs

* update bulletin

* use preinstalled chromedriver in web_selenium.py

* update installation.md

* fix code blocks for mkdocs

* fix links to docs
This commit is contained in:
Reinier van der Leer
2023-04-24 15:27:53 +02:00
committed by GitHub
parent f8dfedf1c6
commit 9c60eecce6
10 changed files with 133 additions and 105 deletions

View File

@@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag autogpt:$(date +%s)
run: docker build . --build-arg BUILD_TYPE=release --tag autogpt:$(date +%s)