Skip to content

mlsploit/mlsploit-system

Repository files navigation

MLsploit Dockerized System

Requirements

This repository requires the following packages to be installed on the system:

Quickstart: Deploying MLsploit (one-click setup)

This command will install all dependencies and deploy the end-to-end MLsploit system (for Ubuntu 18.04).

curl -sSL https://raw.githubusercontent.com/mlsploit/mlsploit-system/master/deployment.sh | bash

Deploy To Azure

Cloning this repository

Since this repository contains submodules of other MLsploit repositories, we need to use the --recursive flag while cloning this repository.

$ git clone --recursive https://github.com/mlsploit/mlsploit-system.git

Setting up MLsploit Docker images

The following command will setup the respective MLsploit docker images along with the required secret keys automatically.

make docker_compose_build

Running MLsploit

This will spin up the MLsploit services and run the user interface on port 80 in the background.

make docker_compose_up

Production setup

To run MLsploit in production mode and allow external execution workers be able to connect to MLsploit, run:

make docker_compose_up_prod

About

Completely dockerized MLsploit system!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published