diff --git a/.devcontainer/pre-build/devcontainer.json b/.devcontainer/pre-build/devcontainer.json deleted file mode 100644 index 88b336b..0000000 --- a/.devcontainer/pre-build/devcontainer.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "image": "ubuntu:22.04", - // "build": { - // "dockerfile": "Dockerfile" - // }, - // "runArgs": [ - // "--gpus", - // "all" - // ], - "features": { - "ghcr.io/devcontainers/features/nvidia-cuda:1": {}, - "ghcr.io/duduribeiro/devcontainer-features/neovim:1": { "version": "nightly" }, - "ghcr.io/itsmechlark/features/1password:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, - "ghcr.io/devcontainers/features/node:1": { "version": "20.16"}, - "ghcr.io/jungaretti/features/make:1": {}, - "ghcr.io/devcontainers/features/rust:1": {}, - "ghcr.io/devcontainers/features/python:1": { "version": "3.12"} - - } -} diff --git a/.github/workflows/pre-build-dev-container.yml b/.github/workflows/pre-build-dev-container.yml index e396199..18ea4d4 100644 --- a/.github/workflows/pre-build-dev-container.yml +++ b/.github/workflows/pre-build-dev-container.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: paths: - - '.github/.devcontainer/pre-build/devcontainer.json' + - '.github/.devcontainer/pre-build/.devcontainer.json' - '.github/workflows/pre-build-dev-container.yml' branches: - "main"