Skip to content

ARMORY v0.4.1

Choose a tag to compare

@seanpmorgan seanpmorgan released this 20 Feb 19:59
49fc6d9

Release Notes

  • Since the mounting permissions have changes (see below) you'll need to remove ~/.armory if you had a previous installation
    • sudo rm -R ~/.armory
  • Upon running 0.4 a new global config json will be placed in ~/.armory. This new config enables you to specify a directory where you want to store cached datasets on host.

Changelog

Docker

  • Docker will now run as host user/group inside the contianer
    • Makes it so saved files will have user permissions when written onto mounted volumes
  • Pin all versions in Dockerfile to improve file size as we add new docker images
  • Increase ART version to 1.1.1
  • New armory clean method which removes out of date docker images from your system

Configuration Files

  • Dataset field now has two required fields
    • Module and Name
    • Mimics the other config fields
    • Enables custom dataset modules to be used

Jupyter

  • Now launches jupyter lab instead of jupyter notebook

Packaging

  • Automated docker image uploads
  • Fixed some bugs with import methods