Commit Graph

14 Commits (3ebe125d3f81f4f933b088276d28e21c60210eca)

Author SHA1 Message Date
Richard Beales efc7b4deb6
Merge pull request #2024 from deece/master
Remove requirements-docker.txt
2023-04-17 17:43:01 +01:00
jimmycliff obonyo 23e7031326 install chrome/firefox for headless browing when running in docker container 2023-04-17 17:06:56 +01:00
Alastair D'Silva 60b779a905 Remove requirements-docker.txt
This file needs to be maintained parallel to requirements.txt, but
isn't, causes problems when new dependencies are introduced.

Instead, derive the Docker dependencies from the stock ones.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2023-04-17 17:09:13 +10:00
bvoo cd78f21b51 cleanup 2023-04-16 18:44:06 +01:00
Peter Svensson e6d2de7893 removed debug flag 2023-04-16 18:44:06 +01:00
Peter Svensson 92ab3e0e8b fixes #1821 by installing required drivers and adding options to chromedriver 2023-04-16 18:44:06 +01:00
Richard Beales 33b7866377
Merge pull request #1229 from edcohen08/clone-github-repository
command clone github repository
2023-04-15 18:19:47 +01:00
Eddie Cohen 4f9d5b9e32 commands, git on docker 2023-04-15 10:57:03 -04:00
Bufo 55facfd8db
remove sourcery from docker build 2023-04-15 15:59:14 +02:00
Dino Hensen d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
sunnypranay 1f21998f0c Improve Dockerfile with best practices and optimizations 2023-04-13 21:47:28 -05:00
Kiss Péter 739b0ed96b Improve Dockerfile:
- Use smaller base image
- Make it smaller by not saving cache (1,15GB -> 356MB)
2023-04-11 14:04:37 +02:00
Gershon Bialer 23ed4b3d2f Make sure to copy over requirements.txt to Dockerfile. 2023-04-04 20:36:29 -07:00
João Rafael d19b7bedd1
Add Dockerfile and update requirements.txt. 2023-04-02 17:52:24 -03:00