forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime env] Add environment variable to skip parsing
.gitignore
f…
…ile into `"excludes"` (ray-project#33149) Currently, if a user specifies a local working_dir, any .gitignore file in the directory will be parsed and the specified files will be excluded from the uploaded working_dir package. This is an issue if the user wants to have some files in .gitignore (e.g. because they are very large) but still wants to upload them as part of the working_dir. Previously, there was no way to override this behavior. This PR adds an environment variable RAY_RUNTIME_ENV_IGNORE_GITIGNORE which if set to 1, skips all parsing of gitignore files.
- Loading branch information
1 parent
f20d484
commit c3204af
Showing
4 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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