File tree Expand file tree Collapse file tree 3 files changed +19
-411
lines changed
courses/machine_learning/deepdive Expand file tree Collapse file tree 3 files changed +19
-411
lines changed Original file line number Diff line number Diff line change 41
41
"source" : [
42
42
" %%bash\n " ,
43
43
" source activate py2env\n " ,
44
- " conda install -y pytz\n " ,
45
44
" pip uninstall -y google-cloud-dataflow\n " ,
46
- " pip install --upgrade apache-beam[gcp]"
45
+ " conda install -y pytz==2018.4\n " ,
46
+ " pip install apache-beam[gcp]"
47
47
]
48
48
},
49
49
{
Original file line number Diff line number Diff line change 44
44
"source" : [
45
45
" %%bash\n " ,
46
46
" source activate py2env\n " ,
47
- " conda install -y pytz\n " ,
48
47
" pip uninstall -y google-cloud-dataflow\n " ,
49
- " pip install --upgrade --force tensorflow_transform==0.8.0 apache-beam[gcp]"
48
+ " conda install -y pytz==2018.4\n " ,
49
+ " pip install apache-beam[gcp] tensorflow_transform==0.8.0"
50
50
]
51
51
},
52
52
{
53
53
"cell_type" : " code" ,
54
- "execution_count" : null ,
54
+ "execution_count" : 1 ,
55
55
"metadata" : {},
56
- "outputs" : [],
56
+ "outputs" : [
57
+ {
58
+ "name" : " stdout" ,
59
+ "output_type" : " stream" ,
60
+ "text" : [
61
+ " apache-airflow==1.9.0\n " ,
62
+ " google-cloud-dataflow==2.0.0\n " ,
63
+ " tensorflow==1.8.0\n "
64
+ ]
65
+ }
66
+ ],
57
67
"source" : [
58
68
" %%bash\n " ,
59
69
" pip freeze | grep -e 'flow\\ |beam'"
84
94
"outputs" : [],
85
95
"source" : [
86
96
" # change these to try this notebook out\n " ,
87
- " BUCKET = 'cloud-training-demos-ml'\n " ,
88
- " PROJECT = 'cloud-training-demos'\n " ,
97
+ " BUCKET = 'cloud-training-demos-ml' # REPLACE WITH YOUR PROJECT ID \n " ,
98
+ " PROJECT = 'cloud-training-demos' # REPLACE WITH YOUR BUCKET NAME \n " ,
89
99
" REGION = 'us-central1'"
90
100
]
91
101
},
188
198
"outputs" : [],
189
199
"source" : [
190
200
" %writefile requirements.txt\n " ,
191
- " tensorflow-transform==0.4 .0"
201
+ " tensorflow-transform==0.8 .0"
192
202
]
193
203
},
194
204
{
You can’t perform that action at this time.
0 commit comments