yuwfan/HGN

Docker image not up-to-date?

hydraxman opened this issue · 1 comments

Hey, I pulled the docker image and it seems the docker file tree does not match the get started doc, here is what I got from the DrQA folder:
image

Could you provide some guidance on it? thx!

Hi @BryanSharp,

If you ran the command docker run --gpus all -it -v /datadrive_c/yuwfan:/ssd -it studyfang/hgn:latest bash from README, the working directory should be /ssd instead of /workspace/DrQA.

Thanks.