Posix Registry¶
-
class forml.provider.registry.filesystem.posix.Registry(path: str | Path =
PosixPath('/home/docs/.forml/registry')
, staging: str | Path | None =None
)[source]¶ Bases:
Registry
File-based registry backed by a locally-accessible posix file system.
- Parameters:
The provider can be enabled using the following platform configuration:
config.toml¶[REGISTRY.devrepo] provider = "posix" path = "/mnt/forml/dev/repo/"