Deprecate Old Installation Scripts#233
Open
wilsonCernWq wants to merge 4 commits into
Open
Conversation
…ironment setup Delete outdated PowerShell and Bash scripts for environment installation, along with the requirements file. Introduce new benchmark scripts and formatting tools to streamline the setup process and improve code maintainability.
…onment setup - Updated base image to nvidia/cuda:12.8.1 and adjusted environment variables for better compatibility. - Removed legacy installation commands and streamlined package installation in the Dockerfile. - Added new assets to .dockerignore and included additional directories to be ignored during the Docker build process. - Revised README for clarity on building the Docker image.
- Deleted the ci-legacy job from the CI workflow to streamline the configuration and focus on current CUDA versions. - This change simplifies the CI process by eliminating outdated installation steps and dependencies.
33c7a8b to
bc4be67
Compare
- Changed the path for the formatter script in the CI configuration from `formatter.sh` to `scripts/formatter.sh` to reflect the new directory structure. - This adjustment ensures that the code style checks are executed correctly during the CI process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a cleanup following #227 to remove deprecated installation scripts.