v0.5.2
Pre-release
Pre-release
-
Known issues (!)
- This release breaks the experiment container build process for most machines. Thus, this release was yanked on pypi and is not installed unless specifically pinned to. See this comment for more details.
-
Improvements:
- Add more informative error when there are issues with access to Docker from Beobench. (#82)
-
Fixes:
- Revert default build command to
docker build
fromdocker buildx build
. Only arm64 machines usebuildx
now. This aims to enable usage of older docker versions such as v19.03 on non-arm64 machines. Arm64 machines require buildx and thus also newer docker versions. (#82) - Fix wrong env name in logging output. Removes unused default env name var and fix logging output to use new env name location. (#82)
- Revert default build command to