Upload boot.ps1
Browse files
boot.ps1
CHANGED
|
@@ -12,9 +12,6 @@ if (-not (Test-Path $INSTALL_PATH)) {
|
|
| 12 |
}
|
| 13 |
Set-Location $INSTALL_PATH
|
| 14 |
|
| 15 |
-
$MOUNT_ROOT = New-Item -Path "C:\AI-LAB\mnt" -ItemType Directory -Force | Out-Null
|
| 16 |
-
$HF_PATH = New-Item -Path "C:\AI-LAB\mnt\hf" -ItemType Directory -Force | Out-Null
|
| 17 |
-
|
| 18 |
# 2. Verificação do Docker (Winget)
|
| 19 |
if (-not (Get-Command docker -ErrorAction SilentlyContinue)) {
|
| 20 |
# Solicita admin apenas se precisar instalar o Docker
|
|
|
|
| 12 |
}
|
| 13 |
Set-Location $INSTALL_PATH
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
# 2. Verificação do Docker (Winget)
|
| 16 |
if (-not (Get-Command docker -ErrorAction SilentlyContinue)) {
|
| 17 |
# Solicita admin apenas se precisar instalar o Docker
|