You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/17 03:24:43 UTC

[GitHub] [tvm] JasonTryharder opened a new issue #9766: docker: bad format for path: .

JasonTryharder opened a new issue #9766:
URL: https://github.com/apache/tvm/issues/9766


   I am following the [steps](https://tvm.apache.org/docs/how_to/deploy/vitis_ai.html#setup-instructions) to build TVM-vitis-ai container, run `./build.sh demo_vitis_ai bash`
   when running `./bash.sh tvm.demo_vitis_ai` first time: 
   `Removing intermediate container 9353f67262c5 ---> 52e68b3e2404`
   `Step 19/19 : ENV USER="root" ---> Running in 108755a1fd90`
   `Removing intermediate container 108755a1fd90 ---> e676665e9fbe`
   `Successfully built e676665e9fbe`
   `Successfully tagged tvm.demo_vitis_ai:latest`
   when running the above command second time : 
   `Removing intermediate container 9353f67262c5 ---> 52e68b3e2404`
   `Step 19/19 : ENV USER="root" ---> Running in 108755a1fd90`
   `Removing intermediate container 108755a1fd90 ---> e676665e9fbe`
   `Successfully built e676665e9fbe`
   `Successfully tagged tvm.demo_vitis_ai:latest`
   `Running 'bash' inside tvm.demo_vitis_ai:latest...`
   `docker`
   `mesg: ttyname failed: Inappropriate ioctl for device`
   `vitis-ai-group:x:1000:`
   `vitis-ai-user:x:1000:1000::/home/vitis-ai-user:/bin/bash`
   `usermod: user 'jasoncat' does not exist`
   
   if I use 
   `./bash.sh tvm.demo_vitis_ai`
   then it shows an error msg:
   `REPO_DIR: /home/jasoncat/CAT/tvm
   DOCKER CONTAINER NAME: tvm.demo_vitis_ai`
   `Running 'bash' inside tvm.demo_vitis_ai...`
   `docker: bad format for path: .`
   `See 'docker run --help'.`
   
   when I try to `docker run -i tvm.demo_vitis_ai` 
   the process hanged 
   I checked docker list later , by `docker ps -a` below is what created 
   `4316ed058271   tvm.demo_vitis_ai                 "/bin/bash"   26 minutes ago   Exited (0) 8 minutes ago             angry_noether`
   
   My set up is : 
   Linux C001886040 5.11.0-41-generic #45~20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
   NVIDIA-SMI 495.44       Driver Version: 495.44       CUDA Version: 11.5 
   default GCC gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
   default G++ g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
   python 3.8.10 (default, Nov 26 2021, 20:14:08)
   
   As you can tell I am pretty new to this and also not sure if I miss used the docker command, but I could really need some help 
   Much appreciated for your help! 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org