File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
4
4
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
5
5
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
6
6
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
7
+ ARG IMAGE=intersystemsdc/iris-community:2020.4.0.521.0-zpm
7
8
FROM $IMAGE
8
9
9
10
USER root
Original file line number Diff line number Diff line change @@ -50,3 +50,6 @@ zn "%SYS" \
50
50
set sc = ##class(Security.Applications).Create(webName, .webProperties) \
51
51
write "Web application "_webName_" has been created!",!
52
52
```
53
+
54
+ zw ##class(community.csvgen).GenerateFromURL("https://github.com/h2oai/h2o-tutorials/raw/master/h2o-world-2017/automl/data/product_backorders.csv ")
55
+
You can’t perform that action at this time.
0 commit comments