conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

remote project directory #153

Open AlbertDeFusco opened 8 months ago

AlbertDeFusco commented 8 months ago

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)