Mateleo
Mateleo
I did my own research. There is indeed the creation of a double slash linked to the requirements.txt in the python.ts file. However, the problem seems to go deeper. It...
Same for me, problem is when downloading Pytorch 
I have the same issue
I have exactly the same issue for my remote server. Do you have any ideas ?
Got the same issue today
This is my docker compose via traefik with @NotNite solution ```yaml services: cobalt-web: build: context: https://github.com/NotNite/cobalt-web-docker.git dockerfile: Dockerfile additional_contexts: cobalt-src: https://github.com/imputnet/cobalt.git args: WEB_HOST: "https://cobalt.acme.com" WEB_DEFAULT_API: "https://cobaltapi.acme.com" container_name: cobalt-web labels: -...
@mouramax Thks a lot, super answer. It now works for me ```python @task def write_section_task(self) -> Task: return Task( config=self.tasks_config["write_section_task"], # type: ignore[index] output_pydantic=Section, ) @agent def content_writer(self) -> Agent:...
Same issue
I have the same issue
Do you have any template in mind for the design ?