yuwfan / HGN

MIT License
84 stars 22 forks source link

Docker image not up-to-date? #7

Closed hydraxman closed 3 years ago

hydraxman commented 3 years ago

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!

yuwfan commented 3 years ago

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.