Andrei Varanovich

Results 4 issues of Andrei Varanovich

I am getting a strange error, while trying to run a simple processing piece in docker container. It feels like it is expecting GPU to be available, because I have...

The video streamed form 7'' or 8'' tablets (where both back and front cameras are in the reversed landscape mode) is flipped. Actually if I open the test mp4 file...

If I try val redisClient = RedisClient(endpoint) redisClient.auth("pwd") I get an exception ``` at akka.pattern.AskableActorRef$.ask$extension(AskSupport.scala:136) at com.redis.api.KeyOperations$class.auth(KeyOperations.scala:112) at com.redis.api.RedisOps.auth(RedisOps.scala:7) ```

If I use psutil inside a docker container, it reports the **host** machine stats, i.e. CPU and RAM. I would expect it to grab a container-level statistic.

linux
docker
vm