You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be related to #28. Instructions in the top level readme to get the devcontainer running do not work on Windows 11 nor on a Github Codespaces linux machine (see below)
This issue is for a: (mark with an x)
- [X] bug report
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
clone repo. install docker desktop, vscode, and the "Remote - Containers" vscode extension renamed as "Dev Containers"
in vscode: F1: Dev Containers: Reopen in Container, the below log error
Any log messages given by the failure
after running the vscode command this log comes back:
Maybe it is docker buildx build --load --build-context dev_containers_feature_content_source={***}\AppData\Local\Temp\devcontainercli\container-features\0.72.0-1733123642082 --build-arg _DEV_CONTAINERS_BASE_IMAGE=mcr.microsoft.com/devcontainers/python:1-3.12-bullseye --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg that fails?
Expected/desired behavior
dev container builds and can deploy to azure
OS and Version?
Windows 11
Versions
vscode(Preview), Docker for Windows(4.36.0), Dev Containers (0.392.0)
OS and Version
Linux on Github Codespaces
the powershell './Setup-Environment.ps1' at least starts creating resources, but then errors when it can not find a local .ENV file
have to elevate permissions in root with: sudo chmod -R 777 .
Error:
Select-String: /workspaces/azure-ai-document-processing-samples/Setup-Environment.ps1:27:9
Line |
27 | if (Select-String -Path $configurationFile -Pattern $variableName …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Cannot find path '/workspaces/azure-ai-document-processing-samples/.env'
| because it does not exist.
Select-String: /workspaces/azure-ai-document-processing-samples/Setup-Environment.ps1:27:9```
The text was updated successfully, but these errors were encountered:
This may be related to #28. Instructions in the top level readme to get the devcontainer running do not work on Windows 11 nor on a Github Codespaces linux machine (see below)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Maybe it is
docker buildx build --load --build-context dev_containers_feature_content_source={***}\AppData\Local\Temp\devcontainercli\container-features\0.72.0-1733123642082 --build-arg _DEV_CONTAINERS_BASE_IMAGE=mcr.microsoft.com/devcontainers/python:1-3.12-bullseye --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg
that fails?Expected/desired behavior
OS and Version?
Versions
OS and Version
sudo chmod -R 777 .
The text was updated successfully, but these errors were encountered: