harvard-nrg / anatqc

T1w QC pipeline
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

anatqc is not installable #2

Closed tatura closed 11 months ago

tatura commented 12 months ago

Hi,

anatqc cannot currently be installed - neither via a pull nor via the Dockerfile:

$ docker pull neuroinformatics/anatqc Using default tag: latest

Error response from daemon: pull access denied for neuroinformatics/anatqc, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

$ git clone https://github.com/harvard-nrg/anatqc $ git checkout 0.5.7 $ docker build -t neuroinformatics/anatqc .

Sending build context to Docker daemon 55.61MB Step 1/73 : FROM rockylinux:8 8: Pulling from library/rockylinux d28605281af9: Pull complete Digest: sha256:85fa0b733cfbcc6e9770829b69ebcc58f51ff71fc9c0f4f5cdf40e3c7f58ccad Status: Downloaded newer image for rockylinux:8 ---> 4e97feadb276 Step 2/73 : RUN dnf install -y git vim ---> Running in 1cbd884ab279 Rocky Linux 8 - AppStream 0.0 B/s | 0 B 01:15
Errors during downloading metadata for repository 'appstream':

Does anyone here know a solution to the problem? Best, tatura

tatura commented 11 months ago

The image could be created on another computer (it may have been due to a lack of ipv6 support).