albertbup / deep-belief-network

A Python implementation of Deep Belief Networks built upon NumPy and TensorFlow with scikit-learn compatibility
MIT License
481 stars 212 forks source link

failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount080660389/Dockerfile: no such file or directory #60

Open sheldamohan opened 3 years ago

sheldamohan commented 3 years ago

New issue popped up when tried to install through docker:

C:\Users\xxxx>docker build --tag albertbup/deep-belief-network:1.0.5 . [+] Building 0.1s (2/2) FINISHED => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 2B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount080660389/Dockerfile: no such file or directory

GinoToch commented 1 year ago

did u fix it? having the same problem