mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 15:14:20 +01:00
🚀 fix: don't output docker
This commit is contained in:
@@ -288,8 +288,8 @@ The output is:
|
|||||||
```json
|
```json
|
||||||
{{"packages": [libgl1-mesa-glx]}}
|
{{"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
|
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.
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user