Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated devcontainer configuration and scripts #26

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marc-hanheide
Copy link
Member

This pull request includes significant changes to the dev container setup, primarily focusing on simplifying the configuration and removing unused components. It uses the new image that is generated by #25, so #25 needs to be deployed first.

The most important changes include the removal of the Dockerfile, renaming and modifying the devcontainer.json file, and cleaning up the installation script and repository references.

Dev container setup simplification:

  • .devcontainer/Dockerfile: Removed the Dockerfile, which included the base image setup, user configuration, and installation of dependencies.
  • .devcontainer/devcontainer.json: Renamed from .devcontainer/cuda-opengl/devcontainer.json and modified to use a different image without CUDA and OpenGL.

Installation script cleanup:

Repository references cleanup:

CI workflow cleanup:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant