Skip to content
New issue

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

Improve docker testing recommendations #48296

Open
corneliusroemer opened this issue Jun 5, 2024 · 0 comments
Open

Improve docker testing recommendations #48296

corneliusroemer opened this issue Jun 5, 2024 · 0 comments

Comments

@corneliusroemer
Copy link
Member

Rather than asking to download an artefact manually and feed it into docke for conda install, we could recommend the following to test packages:

DOCKER_DEFAULT_PLATFORM=linux/aarch64 docker run -i -t mambaorg/micromamba /bin/bash -c "\
    micromamba install -yn base -c bioconda -c conda-forge -c https://output.circle-artifacts.com/output/job/d713a33c-7553-45c7-8d9c-158a5fcec50c/artifacts/0/tmp/artifacts/packages auspice==2.52.0  -y && bash"

One can switch the platform between arm64 and amd64 through default platform.

@martin-g any thoughts? The current instructions seem a bit cumbersome: gzip -dc LinuxArtifacts/images/auspice:2.52.0--h03c9045_1.tar.gz \| docker load and don't test whether all the dependencies are available etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant