Skip to content

Instantly share code, notes, and snippets.

View WaterKnight1998's full-sized avatar

David Lacalle Castillo WaterKnight1998

View GitHub Profile
import os
import subprocess
from modal import App, Image, Volume, is_local, web_server, concurrent
app = App("Scratch-to-Scale")
CACHE_DIR = "/cache"
VSCODE_VERSION = "1.104.1"
@WaterKnight1998
WaterKnight1998 / environment.py
Created September 17, 2025 14:28
VSCode Running in Modal
import os
import subprocess
from modal import App, Image, Volume, is_local, web_server, concurrent
app = App("Scratch-to-Scale")
CACHE_DIR = "/cache"
image = (
Image.debian_slim(python_version="3.11")
#!/bin/false
# This file will be sourced in init.sh
# https://raw.githubusercontent.com/ai-dock/comfyui/main/config/provisioning/default.sh
NODES=(
"https://github.com/ltdrdata/ComfyUI-Manager"
)