Recommended usage for interactive use:
~/.coder-env file containing your openai api key and any other environment variables you wish to make available to coder's execution environmentOPENAI_API_KEY=__your_key_here__
coder() {
eval "docker run --tty -i --env-file ~/.coder-env -v "$(pwd):/app/" andrewhannigan/coder:latest"
}
$ coder
Enter your message:
Note: coder will have read/write access to your current directory and all subdirectories with it. Set your current directory accordingly before running coder.
Content type
Image
Digest
sha256:2ee144d42…
Size
461.3 MB
Last updated
over 2 years ago
docker pull andrewhannigan/coder