Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create devcontainer.json #258

Merged
merged 3 commits into from
May 3, 2024
Merged

Create devcontainer.json #258

merged 3 commits into from
May 3, 2024

Conversation

m-eg
Copy link
Contributor

@m-eg m-eg commented Apr 26, 2024

This pull request includes changes to the .devcontainer/devcontainer.json file to set up a development environment in a container. The changes specify the use of a universal image from Microsoft's container registry, define a post-creation command to install Python requirements, and add customizations for Codespaces and VS Code.

  • .devcontainer/devcontainer.json: The file has been created to define the development container. It uses the mcr.microsoft.com/devcontainers/universal:2 image and runs python3 -m pip install -r Application/requirements.txt after the container is created. It also specifies that README.md should be opened in Codespaces and that the Jupyter and Python extensions should be installed in VS Code.

@m-eg m-eg requested a review from fcampise as a code owner April 26, 2024 14:06
@waeltken waeltken merged commit a95a187 into microsoft:main May 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants