Setting Up Wallaroo for Sample Pipelines and Models
Table of Contents
Notice
This tutorial and the assets can be downloaded as part of the Wallaroo Tutorials repository.Welcome to Wallaroo! We’re excited to help you get your ML models deployed as quickly as possible. These Quick Start Guides are meant to show simple but thorough steps in creating new pipelines and models. For full guides on using Wallaroo, see the Wallaroo SDK and the Wallaroo Operations Guide.
This first guide is just how to get Wallaroo ready for your first models and pipelines.
Prerequisites
This guide assumes that you’ve installed Wallaroo in a cluster cloud Kubernetes cluster.
Basic Wallaroo Configuration
The following will install the Wallaroo Quick Start samples into your Wallaroo Jupyter Hub environment.
From the Wallaroo Quick Start Samples repository, visit the Releases page. As of the 2023.1 release, each tutorial can be downloaded as a separate .zip file instead of downloading the entire release.
Download the release that matches your version of Wallaroo, Either a
.zip
or.tar.gz
file can be downloaded. The example below uses the.zip
file.Access your Jupyter Hub from your Wallaroo environment.
Either drag and drop or use the Upload feature to upload the quick start guide .zip file.
From the launcher, select Terminal.
Unzip the files with
unzip {ZIP FILE NAME}
. For example, if the most recent release isWallaroo_Tutorials.zip
, the command would be:unzip Wallaroo_Tutorials.zip
Exit the terminal shell when complete.
The quick start samples along with models and data will be ready for use in the unzipped folder.