Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
    • Introduction
    • First Steps
      • Getting Started
      • Training Your First Model
      • Running Your Code
    • Apolo Base Docker image
    • FAQ
    • Troubleshooting
    • References
  • Apolo Console
    • Getting started
      • Sign Up, Login
      • Organizations
      • Clusters
      • Projects
    • Apps
      • Pre-installed apps
        • Files
        • Buckets
        • Disks
        • Images
        • Secrets
        • Jobs
          • Remote Debugging with PyCharm Professional
          • Remote Debugging with VS Code
        • Flows
      • Available apps
        • Terminal
        • LLM Inference
          • vLLM Inference details
          • Multi-GPU Benchmarks Report
        • PostgreSQL
        • Text Embeddings Inference
        • Jupyter
        • VSCode
        • PyCharm Community Edition
        • MLflow
        • Apolo Deploy
        • Dify
        • Weaviate
        • Fooocus
        • Stable Diffusion
        • Hugging Face
        • Service Deployment
        • Spark Application
  • Apolo CLI
    • Installing CLI
    • Apps
      • Files
      • Jobs
      • Images
      • Available apps
        • VSCode
        • Hugging Face
        • Service Deployment
  • Administration
    • Apolo Credits
    • Cluster Management
      • Creating a Cluster
      • Managing Users and Quotas
      • Managing organizations
      • Creating Node Pools
      • Managing Presets
Powered by GitBook
On this page
  • Overview
  • Key Features
  • Installing
  • Usage
  • References

Was this helpful?

  1. Apolo Console
  2. Apps
  3. Available apps

VSCode

PreviousJupyterNextPyCharm Community Edition

Last updated 5 days ago

Was this helpful?

Overview

Visual Studio Code (VSCode) on Apolo is a full-featured, in-browser version of the popular IDE, Visual Studio Code. It is preinstalled with Python extensions and offers seamless MLflow integration, making it an ideal environment for developing, debugging, and managing machine learning projects. Hosted on Apolo, a scalable MLOps platform, VSCode provides a familiar and powerful development environment accessible directly from your browser.

Key Features

  • In-Browser Development Environment: Access a full-featured version of VSCode directly from your browser, eliminating the need for local installations.

  • MLflow Integration: Easily track and manage machine learning experiments with built-in MLflow support.

  • Apolo Storage Integration: Mount directories from Apolo Storage using the storage: prefix, facilitating seamless data management.

  • Resource Presets: Configure resource allocation per service replica to optimize performance and cost.

  • HTTP Authentication: Secure your development environment with optional HTTP authentication.

  • Custom Storage Mounts: Override default storage mounts or add additional storage paths as needed.

  • Networking Settings: Configure network settings to suit your deployment requirements.

Installing

Below are the detailed instructions for installing VSCode using Apolo Console. For instructions on how to install it using Apolo CLI, visit .

Install via Apolo Web Console

Step 1 — Navigate to the list of applications and find Visual Studio Code. Click the "Install" button.

Step 2 — Configure the application parameters:

  • Resource Preset: Select the desired resource preset from the dropdown menu.

  • VSCode App: Configure storage mounts and overrides as needed.

  • Networking Settings: Enable HTTP Authentication if required.

  • Metadata: Enter the application display name.

Step 3 — Click "Install" to proceed with the installation. You will be redirected to the application details page, displaying inputs, outputs, and health status.

Usage

After installing the VSCode application, you can access it directly from your browser. Use the external web app URL provided in the application outputs to open VSCode.

References

Apolo CLI VSCode page
Installing VSCode using Apolo CLI