Vlad

Results 25 comments of Vlad

> As discussed here #38 `pytest` almost fully supports `unittest`, but currently `pytest-monitor` skips all `unittest`-based tests. > > I originally proposed to document this, but it was suggested that...

I have the same issue.

Need to modify: https://github.com/causify-ai/helpers/blob/master/docs/work_tools/all.devops_docker.how_to_guide.md - In the ``` > i docker_release_multi_build_dev_image \ --version \ --platform \ --target-registries ``` there is not `platform` need to remove. Below the section "Release a...

High level comments: ### todo - `docker_stats()`: - order by RAM desc. Reason: to find the top most consumers of RAM - filter by current user - `docker_ps()`: - filter...

@samarth9008 Can you suggest what I should do about this issue?

> With all the updates that we have made in the docker side, we need to update the doc accordingly Could you please share exactly what updates you mean?

> One I could think of is development of multi-arch prod release end-to-end I think it will be updated in this issue: https://github.com/causify-ai/helpers/issues/328

Based on the https://github.com/causify-ai/helpers/issues/398#issuecomment-2747868680 Can you pls build and push multi-arch tutorials image? FYI @sonniki

> Yes could you please share relevant doc on how to do it? [@dremdem](https://github.com/dremdem) https://github.com/causify-ai/helpers/blob/master/docs/work_tools/all.devops_docker.how_to_guide.md#multi-architecture-build > We can use this flag to build the multi arch image right? Right. >...

> Got it. and if it's multi arch, both are shown right? Right. You can check it for the cmamp:dev like: ``` aws ecr batch-get-image \ --repository-name cmamp \ --image-id...