2024-05-21
Release Notes for Version 0.2.18
New Features
Added a Docker submission example code to provide users with a template for submitting jobs using Docker containers.
Introduced new sample files for Docker submission, including
poetry.lock
,pyproject.toml
, and a Jupyter notebookrun_docker_submission.ipynb
to demonstrate the submission process.
Bug Fixes
Renamed the helper function from
copy_poetry_files
toprepare_docker_submit_files
to better reflect its purpose in the Docker submission process.
Etc...
Updated
run.py
to accommodate the new Docker submission functionality.Improved the submission process by uploading zip files to
finter-parquet-temp
for better handling of temporary files during submissions.
Last updated