alievk / npbg

Neural Point-Based Graphics
MIT License
324 stars 51 forks source link

Something wrong about the docker image? #22

Closed Sylvia6 closed 2 years ago

Sylvia6 commented 3 years ago

Hello, I try to run docker/tools/build.sh, however, I get such error: Can u help me?

+ docker build -t npbg -f ../Dockerfile ..
Sending build context to Docker daemon  15.36kB
Error response from daemon: stat /mnt/vdb/docker/tmp: no such file or directory
+ docker tag npbg root/npbg:latest
Error response from daemon: No such image: npbg:latest
seva100 commented 3 years ago

Hi @Sylvia6, I have to say that I'm not sure what could be the reason, but this thread suggests to create the tmp directory manually. So can you please try mkdir /mnt/vdb/docker/tmp?