azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Error reported when reopen folder in container
Please provide us with the following information:
This issue is for a: (mark with an x)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Win 10
azd version?
run
azd versionand copy paste here. azd version 1.6.1 (commit eba2c978b5443fdb002c95add4011d9e63c2e76f)
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
I am trying to work through the chat bot development on VS code. I have Docker Desktop downloaded, tested, and opened (it created image and container for the hello-world demo, so I supposed its installation was fine). But after I signed in to Azure and clone the repository, I failed to reopen the folder in the container. The following is the error message shown:
In the meantime, I didn't see any image nor container created in Docker Desktop, does anybody know what was wrong with it?
I am new to Docker, appriciate if anyone could assist me.
That would be an issue with the VS Code Dev Containers extension. I see similar reports like:
https://github.com/microsoft/vscode-remote-release/issues/7213
I would suggest checking their issue tracker to see if there are related reports that help you out, and if not, filing an issue.
I followed the tutorial provided in the VS Code Containers extension, which is to clone a folder and reopen in container in VS Code. It didn't show any error though.
I checked the log when opening the folder in container, the error messages was like this:
Is it because I don't have Nodejs installed on my laptop? But I don't see it necessary in the guildline.