-
Notifications
You must be signed in to change notification settings - Fork 44
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
docker build failing #123
Comments
@ekg Hello, how did this error of yours finally solve, I also encountered the same error. Looking forward to your response. |
I did not solve it.
…On Thu, Apr 6, 2023, 11:45 ywxue00 ***@***.***> wrote:
@ekg <https://github.com/ekg> Hello, how did this error of yours finally
solve, I also encountered the same error. Looking forward to your response.
—
Reply to this email directly, view it on GitHub
<#123 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDQEJXWDDWQE22L6T5ZNTW72GDBANCNFSM6AAAAAAQQ63Y2M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
By changing from conda to pip in the Dockerfile, I was able to successfully install the requirements and get the container working. Incase anyone runs into the same issue my docker File looks like this: FROM continuumio/miniconda3 #RUN conda install -c anaconda matplotlib docopt tqdm wget pyyaml git |
I'm unable to build using docker:
This crashes and burns:
I actually tried docker because I got the exact same error when building in a conda environment. It looks like something has gone wrong in bioconda's dependencies?
The text was updated successfully, but these errors were encountered: