John Menke

Results 8 comments of John Menke

I see i can mount a kubeconfig for external cluster in configmap and then use in my task. Was hoping to connect directly though

I started looking at AWS amplify instead https://docs.aws.amazon.com/mobile/sdkforunity/developerguide/what-is-unity-plugin.html On Mon, Dec 18, 2023 at 2:31 AM JanJedlicka ***@***.***> wrote: > Hello, any news on this topic? I am interested in...

I ended up reinstalling everything and making to sure to include the necessary components in the VS build tools installer. It seems to be working on my Windows 10 machine....

It appear the unit tests are failing now: ``` python3 -m unittest discover -v -s tests -t . ERROR: tests.test_vis (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests.test_vis Traceback...

moved to python 3.10 and upgraded pytorch less errors in unit tests but still same cannot import issue pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

Hi thanks. I am not using the basic lambda but a lambda container. Can I use a layer with a lambda container? Right now I am just taking the zip...

Unfortunately, this is part of CDK application and I have the lambda container in CDK custom control. I was able to get a bit further by adding this to my...

Ok thanks Michael. Appreciate the help - your work at least is a start here. Thanks again for the reply - this can be considered closed. I will update with...