Hi,
While building the Dockerfile I'm having the following error:
docker build --tag 3dprintedbrain .
Sending build context to Docker daemon 8.729MB
Step 1/10 : FROM freesurfer/freesurfer:7.4.1
---> f5c26070586e
Step 2/10 : COPY ./create_3d_brain_docker.sh /opt/create_3d_brain_docker.sh
---> Using cache
---> 7a119c80464b
Step 3/10 : COPY ./post_process_mesh.py /opt/post_process_mesh.py
---> Using cache
---> e6e4687aad23
Step 4/10 : COPY ./license.txt /usr/local/freesurfer/license.txt
---> Using cache
---> 5bd1748a19ce
Step 5/10 : RUN yum install -y python3-pip
---> Running in 8507a32298d2
CentOS Stream 8 - AppStream 113 B/s | 38 B 00:00
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
The command '/bin/sh -c yum install -y python3-pip' returned a non-zero code: 1
Can you have a look at this?
Hi,
While building the Dockerfile I'm having the following error:
docker build --tag 3dprintedbrain .Can you have a look at this?