dvc
Here are 76 public repositories matching this topic...
To make users' lives easier, it makes sense to trigger fds init on any invocation of fds which doesn't find an existing git or dvc repo.
It should probably ask the user whether to trigger it or not.
Also, it needs to handle the edge case that DVC isn't installed, so fds should first ask whether to install DVC, and then also ask to run fds init immediately after that, and then run the
-
Updated
Jun 5, 2021 - Python
Hi,
I'm trying to get PyDrive2 to work on my website (not localhost)
I've got settings.yaml working for localhost
from pydrive2.auth import GoogleAuth
gauth = GoogleAuth(settings_file='settings.yaml')
gauth.LocalWebserverAuth()which saves credentials to
-
Updated
Jun 1, 2021 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 14, 2021 - C++
-
Updated
Jun 2, 2021 - Python
-
Updated
Jul 7, 2020 - Python
-
Updated
Aug 21, 2021 - Python
-
Updated
Jun 26, 2021 - JavaScript
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Mar 15, 2021 - Jupyter Notebook
-
Updated
May 17, 2021
-
Updated
Jul 19, 2021 - Python
-
Updated
Aug 20, 2021 - HTML
-
Updated
Aug 18, 2021 - Shell
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
May 16, 2021 - Jupyter Notebook
-
Updated
Aug 14, 2021
-
Updated
Feb 25, 2020 - Python
-
Updated
Aug 9, 2020 - Python
Improve this page
Add a description, image, and links to the dvc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dvc topic, visit your repo's landing page and select "manage topics."
Would be faster if we can reuse the already downloaded one, this is specially good for not cloud runners.
We should download the wrapped runner once (GH or GL), install it in the system and make
cml-runnerto use it always.If we are changing the SCM we should download the other wrapped runner.