Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

FIX Patch PR #137 by copying .condarc instead of symlink - #138

Merged
mike-wendt merged 4 commits into
branch-0.16from
fix-pr137
Oct 9, 2020
Merged

FIX Patch PR #137 by copying .condarc instead of symlink#138
mike-wendt merged 4 commits into
branch-0.16from
fix-pr137

Conversation

@mike-wendt

Copy link
Copy Markdown
Contributor

Despite testing in #137 that passed, when trying to build containers after the PR merge no rapidsai containers would build due to symlink errors. This approach copies the file instead which will result in a more consistent state if the .condarc file is modified for the rapids env, it will leave the base env intact.

Do not use /conda as that is a symlink
Despite testing in #137 that passed, when trying to build containers after the PR merge no `rapidsai` containers would build due to symlink errors. This approach copies the file instead which will result in a more consistent state if the `.condarc` file is modified for the `rapids` env, it will leave the `base` env intact.
@mike-wendt mike-wendt self-assigned this Oct 8, 2020
@mike-wendt mike-wendt added 3 - Ready for Review bug Something isn't working labels Oct 8, 2020
@mike-wendt

Copy link
Copy Markdown
Contributor Author

rerun tests

The gpuci-tools install has no retry and even in testing this PR there are conda JSON/HTTP failures. Adding the `||` with a retry on failure will try a second time to prevent the need to rebuild the container on a temporary error.

In addition this removes all `source activate` mentions which are the old format and recent changes to `miniconda-cuda` has setup the environment to run without needing to invoke `source activate` on each `RUN` command.
@mike-wendt
mike-wendt merged commit 6b0dff6 into branch-0.16 Oct 9, 2020
@mike-wendt
mike-wendt deleted the fix-pr137 branch October 9, 2020 01:44
mike-wendt added a commit that referenced this pull request Oct 15, 2020
Reverts #137/#138 this was done to fix an issue in `gpuci_conda_retry`. The actual issue was caused by a version mismatch between base/rapids environments which is being fixed by changes in this PR
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3 - Ready for Review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants