Google cloud storage is already configured in repository in file .dvc/config
[core]
remote = google-cloud
['remote "google-cloud"']
url = gs://mair-dvc-storage
- python 3.8
- poetry
The easies way to install python 3.8 is to install miniconda
- Download miniconda installer
- Run it (
./Miniconda3-latest-Linux-x86_64.sh
) - Initialize conda
conda init
Download and install poetry by running command:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Reopen your current shell to load poetry to $PATH
.
- In repository folder run:
poetry install
poetry shell
- Install Google Cloud SDK following https://cloud.google.com/sdk/docs/install
- Authenticate google cloud with:
gcloud auth application-default login
- Then you should be able to download artifacts
dvc pull <artfact name>