Lagrange Dao
  • Introduction
  • Getting Started
    • Build and push your Docker image
    • How to Use the Test Environment
  • Space
    • Intro
      • Lagrange Definition Language(LDL)
      • Lagrange-cli
    • Create Space
    • Build Space
      • Option 1: Langrange-cli
      • Option 2: Web Interface
    • Fork Space
    • Run Space
    • Space Settings
      • Instance Type
      • Space Hardware
    • Use Case
  • Datasets
    • Data Card
  • Models
  • Case Study
    • Stable Diffusion
      • How to Build Stable Diffusion Space
      • How to Integrate Stable Diffusion via Inference API
    • Diffuser/Transformer
      • How to Integrate Diffuser/Transformer
  • Decentralized Auction Marketplace
    • Auction Engine
    • Bidding Task State Machine
    • Reputation System
  • Security
    • Access Tokens
  • Token
  • Mars Testnet
    • Before You Get Started
    • Computing Provider Setup
    • Building Space
    • Using Space
    • Case Study
    • FAQ
  • API Reference
Powered by GitBook
On this page
  • Create a New File
  • Upload Files
  1. Space
  2. Build Space

Option 2: Web Interface

PreviousOption 1: Langrange-cliNextFork Space

Last updated 8 months ago

You have the choice to create a new file or upload your existing files through the web interface.

Create a New File

1. Start by selecting the Files and version tab, and then clicking Contribute → Create a new file.

2. And then you can choose a name for your file, add content, and save your file by clicking on "Commit new file".

When deploying a Space, provide either a dockerfile or deploy.yaml, or both. If both are provided, deploy.yaml takes precedence and will be executed while the dockerfilewill be ignored.

Upload Files

1.Start by selecting the Files and version tab, and then clicking Contribute → Upload files.

Note that, if you prefer, you can also utilize to upload code files to your Space

Lagrange-cli