mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Use mamba instead of conda where possible
This commit is contained in:
@@ -67,9 +67,9 @@ class CondaEnvironmentManifest(ManifestInterface):
|
||||
"",
|
||||
quoted_output(container, "python --version"),
|
||||
"",
|
||||
quoted_output(container, "conda info"),
|
||||
quoted_output(container, "mamba info"),
|
||||
"",
|
||||
quoted_output(container, "conda list"),
|
||||
quoted_output(container, "mamba list"),
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user