File tree Expand file tree Collapse file tree 7 files changed +1
-638
lines changed
{{ cookiecutter.repo_name }} Expand file tree Collapse file tree 7 files changed +1
-638
lines changed Original file line number Diff line number Diff line change 1
-
2
- # ################################################################################
3
- # COMMANDS #
4
- # ################################################################################
5
-
1
+ .PHONY : data
6
2
7
3
# # Make Dataset
8
4
data : requirements
@@ -12,7 +8,6 @@ data: requirements
12
8
install-package :
13
9
# This does a local install so updates are recognised on the fly
14
10
pip install -e ./
15
-
16
11
{% if 's3' in cookiecutter.dataset_storage %}
17
12
# # Download Data from storage system
18
13
sync_data_down :
@@ -38,12 +33,10 @@ sync_data_up:
38
33
gsutil cp data/ {{ cookiecutter.dataset_storage.gcs.bucket }}/data/
39
34
{% endif %}
40
35
{% endif %}
41
-
42
36
{% if cookiecutter.environment_manager == 'conda' %}
43
37
conda-import :
44
38
conda env create -f environment.yml
45
39
46
40
conda-export :
47
41
conda env export --no-builds > environment.yml
48
42
{% endif %}
49
-
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments