mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 06:00:29 +00:00
11 lines
181 B
Batchfile
Executable File
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
|
|
|
|
|