We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da98c5a commit 974f97eCopy full SHA for 974f97e
Dockerfile
@@ -4,6 +4,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
4
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
5
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
6
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
7
+ARG IMAGE=intersystemsdc/iris-community:2020.4.0.521.0-zpm
8
FROM $IMAGE
9
10
USER root
dev.md
@@ -50,3 +50,6 @@ zn "%SYS" \
50
set sc = ##class(Security.Applications).Create(webName, .webProperties) \
51
write "Web application "_webName_" has been created!",!
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
0 commit comments