🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-04-30 23:17:14 +02:00
parent 1cf4ddb625
commit f9e2ef04e8
3 changed files with 8 additions and 7 deletions

View File

@@ -399,6 +399,7 @@ metas:
print_colored('',
f'Could not debug the Microservice with any of the approaches: {packages} giving up.',
'red')
return -1
continue
print(f'''
You can now run or deploy your microservice:
@@ -406,7 +407,7 @@ gptdeploy run --path {self.microservice_root_path}
gptdeploy deploy --path {self.microservice_root_path}
'''
)
break
return 0
def summarize_error(self, error):
conversation = self.gpt_session.get_conversation()

View File

@@ -179,7 +179,7 @@ Name all packages which need to be installed via `apt-get install` in above Dock
Note that you must not list apt-get packages that are already installed in the Dockerfile.
Note that openai does not require any apt-get packages.
Output the packages that need to me placed at {apt_get_packages} as a white space separated list:
Output the packages that need to me placed at {{apt_get_packages}} as a white space separated list:
'''
)