atomic14 / platformio-tensorflow-lite

Easily extract the tfmicro framework for use in platform.io
Creative Commons Zero v1.0 Universal
32 stars 4 forks source link

Changed command to use $PWD instead of `pwd`, because paths cant appe… #4

Closed Mushroomizer closed 3 years ago

Mushroomizer commented 3 years ago

Changed command to use $PWD instead of pwd, because paths cant append to pwd.

Fails with: docker: Error response from daemon: create pwd/lib: "pwd/lib" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path. See 'docker run --help'.