Bootstrapping codex container with my repo dependencies keeps failing with network errors

I can’t seem to get the container to install dependencies on my repo and it keeps getting these network errors. Please help!
error: Failed to fetch: https://pypi.org/simple/fastapi/
Caused by: Request failed after 3 retries
Caused by: error sending request for url (Links for fastapi)
Caused by: client error (Connect)
Caused by: tcp connect error: No route to host (os error 113)
Caused by: No route to host (os error 113)

1 Like

As mentioned in other posts, this is fixed by bootstrapping/installing all your dependencies in the startup script section. It wasn’t clear to me that once the startup script completes, the container has no internet connection. Yes, I know. It says it right there in light grey text. My bad. That was easily missed.