Mateleo

Results 19 comments of 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 ![image](https://github.com/astral-sh/uv/assets/25607142/27246a6c-ac5c-419b-86f4-555df646f0ca)

I have the same issue

I have exactly the same issue for my remote server. Do you have any ideas ?

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:...

Do you have any template in mind for the design ?