os1ai
  • os1
  • Maintainers
  • NOTICE
  • os1: Responsible AI FAQs
  • Devcontainer Configurations for os1
  • .github
    • ISSUE_TEMPLATE
    • PULL_REQUEST_TEMPLATE
  • notebook
    • Contributing
  • Website
  • OS1
    • agentchat
      • contrib
        • agent_eval
        • captainagent
          • tools
Powered by GitBook
On this page
  • Developing os1 with Devcontainers
  • Prerequisites
  • Getting Started
  • Troubleshooting Common Issues
  • Additional Resources

Devcontainer Configurations for os1

Previousos1: Responsible AI FAQsNext.github

Last updated 4 months ago

Welcome to the .devcontainer directory! Here you'll find Dockerfiles and devcontainer configurations that are essential for setting up your os1 development environment. Below is a brief overview and how you can utilize them effectively.

These configurations can be used with Codespaces and locally.

Developing os1 with Devcontainers

Prerequisites

Getting Started

  1. Open the project in Visual Studio Code.

  2. Press Ctrl+Shift+P and select Dev Containers: Reopen in Container.

  3. Select the desired python environment and wait for the container to build.

  4. Once the container is built, you can start developing os1.

Troubleshooting Common Issues

  • Check Docker daemon, port conflicts, and permissions issues.

Additional Resources

For more information on Docker usage and best practices, refer to the .

Docker
Visual Studio Code
Visual Studio Code Remote - Containers extension
official Docker documentation