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
* Fix devcontainer Dockerfile typo (fixes#3114)
There was a small typo with the name of the requirements.txt file that
prevented the whole image from being built.
* Remove outdated comment from devcontainer Dockerfile
This comment is no longer relvant and will just confure users.
---------
Co-authored-by: Edouard Choinière <[email protected]>
Co-authored-by: Nicolas Vuillamy <[email protected]>
Describe the bug
The VSCode devcontainer fails to build on main
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Devcontainer should build
Additional context
This looks to be simple typo with the name of the requirements.txt in the Dockerfile
We try to install requirements.dev.txt but that doesn't exist.
The text was updated successfully, but these errors were encountered: