Lorenz Walthert
Lorenz Walthert
I don't see untagged images, but tag `-` in my ECR. I created a reproducible example: Dockerfile ``` FROM python:3.11.4 RUN echo 'hi there' ``` build script ``` aws ecr-public...
cc @ShwetaSingh801.
In the source code of sagemaker experiments‘ `Run`, there is a `_generate_trial_component()` method that relies on `sagemaker.experiments.run.TRIAL_NAME_TEMPLATE`. You can overwrite that value that defaults to `Default-Run-Group-` before you create the...
@AndreiVoinovTR I agree that official support with docs etc. would be better, but `sagemaker.experiments.run.TRIAL_NAME_TEMPLATE` is strictly speaking not the private API. It's not generally uncommon to use the namespace as...
FWIW @AndreiVoinovTR, it seems that you can specify the run group in the SDK if your job is part of a pipeline, [here](https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-experiments.html), under _Specify a Custom Run Group Name_.
renv is [required](https://pre-commit.com/#r) for `language: r` in the `.pre-commit-config.yaml`. You can use the system language if you want to rely on the global R library.
I completely understand you don’t want to add renv as a dependency (although this PR only adds infrastructure to use your package ins pre-commit compatible way for isolated dependency management...
> I don't think calling a system script is the way to go for this. I am not sure you understand that from a user point of view a system...
Ok, I won't comment any further on this, since I have actually nothing to do with this repo. Hope my comments helped to implement a good solution. Ping me if...
I use the package with Python 3.11 and it works. Not sure if poetry does not check these version restrictions in the metadata but the code runs after #156 was...