We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using conda-mirror for air-gapped computers. (I know it's a special use case rather than just mirroring.)
Config look like:
blacklist: - name: '*' platform: osx-64 target_directory: mirrored upstream_channel: https://repo.continuum.io/pkgs/main/ whitelist: - build: mkl name: _tflow_select version: 2.3.0 - build: py36_0 name: absl-py version: 0.7.0 - build: py36_0 name: astor version: 0.7.1 - ...
But after conda-mirroring, I can't install whitelisted packages via mirrored, which weren't covered the dependencies.
conda-mirror
The text was updated successfully, but these errors were encountered:
Here is a snippet for generating a conda-mirror.config.yaml with dependencies
Sorry, something went wrong.
No branches or pull requests
I'm using conda-mirror for air-gapped computers. (I know it's a special use case rather than just mirroring.)
Config look like:
But after
conda-mirror
ing, I can't install whitelisted packages via mirrored, which weren't covered the dependencies.The text was updated successfully, but these errors were encountered: