Patrick Titzler

Results 142 comments of Patrick Titzler

@daschnerm, please subscribe to the issue for updates

See https://github.com/elyra-ai/elyra/pull/2354 for another user scenario that requires this kind of functionality

Hi @cupdike! It appears that you have defined the data volume mount as a pipeline default property, which makes the mounted directory (and all output files your training job produces)...

Not sure your proposal is more intuitive, as that requires an intimate knowledge of how the pipeline artifacts are stored in relation to each other. If an absolute mount path...

@thesuperzapper can you please confirm the Python version that's installed in the problematic runtime image(s)? We are planning to release version 3.9 later this week. If we manage to stick...

> Update our unit tests to use a Runtime image with a newer version of pip (so we can detect this kind of issue in the future) We've added a...

fwiw the `Dockerfile` doesn't seem to work. A build results in the following error ``` ... Preparing to unpack .../nodejs_16.16.0-deb-1nodesource1_amd64.deb ... Unpacking nodejs (16.16.0-deb-1nodesource1) ... Setting up nodejs (16.16.0-deb-1nodesource1) ......

Setting a break point in line one causes a fatal error ![image](https://user-images.githubusercontent.com/13068832/184606235-505e335c-a7e8-401a-b019-916720a5ff43.png)

Nit (usability): If we have control over the behavior: - Enable debugger - Set break point - Run to break point - Click 'stop' ![image](https://user-images.githubusercontent.com/13068832/184608197-9be036a9-78ea-4fae-a03a-ce2c20c74be3.png) > Stop button should stop...

> What versions do you have for your local python and ipython kernel? I have Python v3.10.4 and ipykernel v6.13.1 - Python 3.7.12 - ipykernel 6.15.1