Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 353 Bytes

File metadata and controls

24 lines (16 loc) · 353 Bytes

Data Loading Tutorial

Build & Run

Build container with:

make

Then, start all containers with :

docker-compose up

Use the -d flag to run in the background. GUI is then running on http://localhost:3001

If make is not available, run:

docker build -t dataloading-demo:latest .

or build/run using your docker GUI tool.