gpt-engineer
gpt-engineer copied to clipboard
Added two text editors so users can choose which one to use
The Docker container used in the the instructions https://github.com/AntonOsika/gpt-engineer/blob/main/docker/README.md does not have text editors and breaking gpte in the -i (improve) mode.
This fixes https://github.com/AntonOsika/gpt-engineer/issues/1200 and provides a choice between two text editors vim and nano that can be made with -e EDITOR env variable during docker run. Nano will be used by default.
[!IMPORTANT] Adds
vimandnanoto Docker container, allowing editor choice via-e EDITORenv variable, defaulting tonano.
- Dockerfile Changes:
- Adds
vimandnanoto the Docker container indocker/Dockerfile.- Behavior:
- Fixes issue with
-imode ingpteby providing text editors.- Allows editor choice via
-e EDITORenvironment variable during Docker run, defaulting tonano.This description was created by
for 5831bb3d88d37f85d7d87ad23d7355da790f38bd. It will automatically update as commits are pushed.