Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. http://hunch.net/~vw/.
Harness flavour is used as the base container for derived harness "sdk" and "runtime" containers. This flavour bundles Vowpal Wabbit JNI library, it's used for Java applications to perform calls via JNI interface. It also comes with:
- OpenJDK8 JRE is built-in into this container. Note that the OpenJDK version customization is not intended functionality, since the actual version is defined by the upstream Alpine Linux version.
- Python 3.x runtime in fact the actual version depends on upstream Alpine version.
Note: this container is based on stackfeed/alpine.
See LICENSE for full details.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
All other trademarks referenced herein are the property of their respective owners.
- Denis Baryshev ([email protected])