From 82e1e88ea36976226981c852e8cc401a73fa32d0 Mon Sep 17 00:00:00 2001 From: Joschka Braun Date: Tue, 9 May 2023 10:09:22 +0200 Subject: [PATCH] :rocket: fix: don't output docker --- dev_gpt/options/generate/templates_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/options/generate/templates_user.py b/dev_gpt/options/generate/templates_user.py index edb8371..2673cae 100644 --- a/dev_gpt/options/generate/templates_user.py +++ b/dev_gpt/options/generate/templates_user.py @@ -288,8 +288,8 @@ The output is: ```json {{"packages": [libgl1-mesa-glx]}} ``` -Note that you must not output the content of any other files like the Dockerfile or requirements.txt. Only output the apt-get-packages.json file. Ensure the response can be parsed by Python json.loads +Note that you must not output the content of any other. Especially don't output the Dockerfile or requirements.txt. ''' )