llhuii edited a comment on issue #4755: Can’t pull the docker image 
`tvmai/demo-gpu`
URL: https://github.com/apache/incubator-tvm/issues/4755#issuecomment-577081257
 
 
   So I switch to build it manually, and I got the error 
   ```
   Cloning into '3rdparty/dmlc-core'...
   Submodule path '3rdparty/dmlc-core': checked out 
'808f485387f9a03f78fa9f1159f387d0d91b7a28'
   Cloning into '3rdparty/rang'...
   Submodule path '3rdparty/rang': checked out 
'cabe04d6d6b05356fa8f9741704924788f0dd762'
   fatal: reference is not a tree: 4b13bf668edc7099b38d463e5db94ebc96c80470
   The command '/bin/sh -c bash /install/install_tvm_gpu.sh' returned a 
non-zero code: 128
   ERROR: docker build failed.
   ```
   The `git clone --depth=1` command below is the problem:
   ```bash
   # git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive
   sed -i 's/--depth=1//' docker/install/install_tvm_gpu.sh
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to