Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 02:19 AM
thanks @Suteja Kanuri for answering. The question I asked was about scheduling/running "jobs" scripts that reside inside the container throught the Web Interface: Worksflows > Jobs > Create Job.
What we ended up doing is to package our job scripts into a python module, pip install that module into the container. That allowed us to create a job of type "Python Wheel", and then use package name and entry point to point to the job code we stored in our module inside the container.