From c8153744da15d1309c9d9915a1b2e3c9c17d13ea Mon Sep 17 00:00:00 2001 From: Christoph Lehner Date: Sat, 11 May 2024 22:09:05 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index f6a78f037..50f2eb2e9 100644 --- a/docker/README.md +++ b/docker/README.md @@ -5,7 +5,7 @@ For more information on how to use Docker, please see the [Docker documentation] ### Shell -This image includes a user preinstalled Python 3.8 and GPT setup. Start the session with +This image includes a user preinstalled Python 3.10 and GPT setup. Start the session with ``` docker run --rm -it -v$(pwd):/gpt-code gptdev/shell ```