The experimental --project-archive PATH requires that the path be a compressed (zip, tar, etc.) bundle. We could also support a URI to a project directory, where the fsspec would run .download(f"{uri}/", local_directory, recursive=True) to download the entire contents to the local path --directory before completing the command (like install or run)
The experimental
--project-archive PATH
requires that the path be a compressed (zip, tar, etc.) bundle. We could also support a URI to a project directory, where the fsspec would run.download(f"{uri}/", local_directory, recursive=True)
to download the entire contents to the local path--directory
before completing the command (like install or run)