Conversation
| }, | ||
|
|
||
| // Use 'postCreateCommand' to run commands after the container is created. | ||
| "postCreateCommand": "pip3 install --user -r requirements.txt" |
There was a problem hiding this comment.
@xiru We should run make install here. This takes care of some other steps that build the requirements file to include some packages from github (for the packages that have unreleased changes).
We'll need a base image that includes tools like make, git, and ssh.
|
@davisagli added a script to run the buildout as part of the dev container creation. Now we should be OK. Tested in my laptop and it worked as expected, environment was created, vc code sends a notification about the service running, you click it and opens a browset in you local machine, connecting localhost:8080 and it actually connects the 8080 port inside the container. |
|
Closing in favor of #970, which uses |
Add initial support for dev containers on VS Code.