cli: Add dockerfile command to write dockerfile

This commit is contained in:
Nuno Campos
2024-07-18 09:04:14 -07:00
parent 97ae473002
commit ffe9a6d5b8
3 changed files with 35 additions and 14 deletions
+5 -3
View File
@@ -1,13 +1,15 @@
{
"python_version": "3.12",
"pip_config_file": "pipconfig.txt",
"dockerfile_lines": ["ARG meow"],
"dockerfile_lines": [
"ARG meow"
],
"dependencies": [
"langchain_openai",
"."
],
"graphs": {
"agent": "tests/unit_tests/agent.py:graph"
"agent": "graphs/agent.py:graph"
},
"env": ".env"
}
}