We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f00b9 commit 33724a3Copy full SHA for 33724a3
docker/Dockerfile
@@ -0,0 +1,6 @@
1
+#Import Ruby base image(change version as needed)
2
+FROM ruby:2.7-rc
3
+
4
+#Install Ruby SDK
5
+RUN gem install ibm_watson
6
0 commit comments