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
I built the docker using vtdocker/Dockerfile and in the end i got the error - "COPY failed: stat /var/lib/docker/tmp/docker-builder122533441/config.json: no such file or directory" while copying ./config.json
but config.json is not present.
Can you tell me if the file is missing or not?
The text was updated successfully, but these errors were encountered:
Amazing GitHub repo, but having trouble getting it to work on my system. I have the same issue, mentioned above. @plwp, @mentus83, @frankgaillard can you please guide me to the solution?
Sorry for the lack of reply, I didn't get an email automatically until I was tagged.
I'll look into the issue. In the meantime you can use the pre-built docker image from docker hub by running: docker pull plwp/vistarsier
Usage is prior nifti, current nifti, then output prefix. So if you have prior and current images in a local folder /data you'd use the following: docker run -it --rm -v /data:/data plwp/vistarsier /data/prior.nii /data/current.nii /data/vtout
I built the docker using vtdocker/Dockerfile and in the end i got the error - "COPY failed: stat /var/lib/docker/tmp/docker-builder122533441/config.json: no such file or directory" while copying ./config.json
but config.json is not present.
Can you tell me if the file is missing or not?
The text was updated successfully, but these errors were encountered: