Skip to content

Containerized application for loading and serving lamby models.

Notifications You must be signed in to change notification settings

lamby-ml/lamby-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lamby-deploy

Containerized application for loading and serving lamby models.

Installing dependencies

# Install all dependencies
yarn install --dev

Running the application

# Run once
yarn start

# Run and watch for changes
yarn watch

Docker

# Build the image
docker build -t lambyml/lamby-deploy:latest .

# Run the image in a container
docker run --name lamby-deploy -p $PORT:3000 -d \
  -e ONNX_MODEL_URI=$ONNX_MODEL_URI \
  lambyml/lamby-deploy:latest

About

Containerized application for loading and serving lamby models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published