fix(conda): [part 3] Fix the rest of places where default anaconda channel is used #6969
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.
Previous PRs
#6882
#6884
Summary of changes
Besides the work implemented in the above-mentioned PRs to migrate from anaconda default channel, there are other minor places where it's still used:
mlflow_server_ab_test_ambassador.ipynbexamples/models/mlflow_server_ab_test_ambassador/conda.yamlpins the defaults channel. I've migrated env to theconda-forge, but while I was testing it I did few other things:seldon-core-analyticsand left a deprecation notice for this chart after came across this comment. This chart was deprecated in the 1.14 version.seldon-core-analyticschart being deprecated in the notebook itself as it's still using it.wrappers/s2i/python/test/pytorch-envwrappers/s2i/python/test/pytorch-env/environment.ymlalso hard-codes defaults. I've decided to remove this test as it's not used in automated tests and hasn't been properly maintained.servers/mlflowserver/models/elasticnet_wineservers/mlflowserver/models/elasticnet_wine/conda.yaml:3lists defaults. I've migrated it to theconda-forgechannel, retrained and uploaded to the bucket.incubating/wrappers/s2i/python_openvino- will be part of ANOTHER PRincubating/wrappers/s2i/python_openvino/Dockerfile_openvino_base:77installs tensorflow/opencv without an explicit channel. This image hasn't been maintained (and openvino integration generally), so the deprecation of this part would be done in a separate PR.