Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.63 KB

ITBA - ML Devcontainer

Technology Stack

  • Development Containers: Streamlined development with DevContainers.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone git@github.com:lionelchamorro/itba-basic-devcontainer.git
    
  2. Install the lastest version of Docker and Docker Compose.

VS Code development environment

  1. Install the Remote - Containers extension for VS Code.
  2. Open the project in VS Code.
  3. Click on the green button in the bottom left corner of the VS Code window and select the Reopen in Container option. Alternatively, you can run the Remote-Containers: Reopen in Container command from the Command Palette (Ctrl+Shift+P).
  4. VS Code will automatically build the Docker images and start the containers. This may take a few minutes. Once the containers are up and running, you can start developing in the VS Code development environment.

Contributors

Contributing

We welcome contributions to this repo! Feel free to submit a pull request with your changes or open an issue if you have any questions or suggestions.