rag-postgres-openai-python
rag-postgres-openai-python copied to clipboard
Run `azd package` fails in Dev Containers
Describe the issue:
When executing azd up according to README.md, the error is as follows:
Repro Steps:
- Open in Dev Containers.
- Run
azd auth login - Run
azd up
Environment:
- Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: Dev Containers
Expected behavior:
Run azd up can successfully.
@jongio and @pamelafox for notification.
I sometimes see that when my Docker is having networking issues. Is it constant?
I sometimes see that when my Docker is having networking issues. Is it constant?
Yes, the above problem is constant.
Hm, can you try restarting Docker? That's the top suggestion here: https://stackoverflow.com/questions/61567404/docker-temporary-failure-resolving-deb-debian-org I just ran azd up in a dev container on my Mac M1, and wasn't able to replicate the connectivity issue.
Hm, can you try restarting Docker? That's the top suggestion here: https://stackoverflow.com/questions/61567404/docker-temporary-failure-resolving-deb-debian-org I just ran azd up in a dev container on my Mac M1, and wasn't able to replicate the connectivity issue.
I tried restarting Docker, but the above issue still persists in the dev container on Windows and Mac.
@NanaXiong00 can you please try again?
@NanaXiong00 can you please try again?
The latest test results show that the above issue still exist.
I was unable to repro this on DevContainers/Windows. I suggest we say this is an environment/network issue on your end since we can't repro it here.