Files
stellars-jupyterhub-ds/start.bat
stellarshenson 0dfe3bc882 updated
2025-07-18 02:50:24 +02:00

11 lines
181 B
Batchfile
Executable File

@echo off
REM Change directory to where the script is
cd /d "%~dp0"
docker.exe compose --env-file .env -f compose.yml -f compose-gpu.yml up --no-recreate --no-build -d
REM EOF