You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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