diff --git a/dist/index.js b/dist/index.js index 9c38ab9a..7b938e7f 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index ca610bdb..b6ff4d1a 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/docker.ts b/src/model/docker.ts index 24b93ab5..9364f3b7 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -59,6 +59,7 @@ class Docker { return `docker run \ --workdir ${dockerWorkspacePath} \ --rm \ + --gpus all \ ${ImageEnvironmentFactory.getEnvVarString(parameters, additionalVariables)} \ --env UNITY_SERIAL \ --env GITHUB_WORKSPACE=${dockerWorkspacePath} \