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

Problems building base docker images from Dockerfile #93

Open
vruano opened this issue Jun 16, 2024 · 0 comments
Open

Problems building base docker images from Dockerfile #93

vruano opened this issue Jun 16, 2024 · 0 comments

Comments

@vruano
Copy link

vruano commented Jun 16, 2024

Description

Using latest tagged release v3.2.2 but probably also affects master:

The build stops at Dockefile line 69:

ln. 69 RUN $CONDA_DIR/bin/conda create -n mitofinder_env --experimental-solver=libmamba python=2.7

The complain is that --experimental-solver argument does not exists.

Aparent workaround/fix:

I simply removed the "experimental part" and it works:

ln. 69 RUN $CONDA_DIR/bin/conda create -n mitofinder_env --solver libmamba python=2.7
sbassi added a commit to sbassi/MitoHiFi that referenced this issue Aug 8, 2024
This patch fixes issue marcelauliano#93
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