feat: Add GPU configuration and Update import path for gpu-setup functions

This commit is contained in:
vishalkadam47
2024-11-03 21:34:03 +05:30
parent bc097c7667
commit 7306d8c513
2 changed files with 220 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ import {
import {
checkGPUStatus,
setupGPUSupport,
} from "@dokploy/server/src/utils/gpu-setup";
} from "@dokploy/server";
import { generateOpenApiDocument } from "@dokploy/trpc-openapi";
import { TRPCError } from "@trpc/server";
import { sql } from "drizzle-orm";