You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is certificate validation.
I was able to overcome it with
RUN rm /etc/apt/sources.list.d/cuda.list
RUN apt-key del 7fa2af80
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
before apt-update. Unfortunatelly then build failed on the last step:
Cannot import pyabpoa, some features may not be available.
Cannot import wurlitzer, some features may not be available.
make: *** [Makefile:158: check_lfs] Error 1
The command '/bin/bash -o pipefail -c cd /tmp/medaka && make install_root && cd / && rm -rf /tmp/medaka' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
The Dockerfile could admittedly do with some love. It has be removed in the latest release of the code due to the fairly integral change from tensorflow to pytorch in medaka v2.0.0. We will provide a docker image in due course.
I was unable to build a Docker image using the dockerfile from the repo (
master
branch)Relevant part of the log:
The problem is certificate validation.
I was able to overcome it with
before
apt-update
. Unfortunatelly then build failed on the last step:The text was updated successfully, but these errors were encountered: