Daniel

Results 7 comments of Daniel

check your yaml file then path for your model.tflite , maybe there's a typo in your filename or whut, take a look of my yaml here https://textbin.net/hymdqjqtxd

> @2k16daniel is there anything in that config section that does contain the correct name? Yes, as you can see the container ID 8f6d82550054 has a correct name output both...

> sorry I meant: for the phpmyadmin/db container, is there anything in the Config tab in the main panel that contains the sqlserver name? The idea being that we could...

> in `pkg/commands/docker.go` we have: > > ```go > // if the container is made with a name label we will use that > if name, ok := container.Labels["name"]; ok...

the tuxcutd server script wasn't included from the release package therefore, you need to download and run the server manually to be able to make the client work. You can...

Hmm that's weird , do you ever tried to look its service on systemctl ? Based on the author's build script, it will also include the tuxcutd.service file on build...