Image-X-Institute / MRI-Linac_SuperResolution

Integrating deep learning into MRI and MRI-guided radiation therapy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# step 3 fails

bwheelz36 opened this issue · comments

I succesfully implemented the first two commands, but upon

sudo docker build -t gadgetron_ai:0.1 .

I get

 => ERROR [5/6] COPY --chown=vscode:conda code/modules/parameters/*.pt /opt/conda/envs/gadgetron/share/gadgetron/python/  

is it correct to think I need to download the released parameters?

Yes, you need to download the parameters from the 'v1.0' release and store them in code/modules/parameters/.
I aim to include this installation step in the Dockerfile in an update.