Skip to content

Commit

Permalink
Write a build script for rano data prep
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Dec 12, 2024
1 parent 9a6a4bb commit 8f4b995
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/RANO/data_preparator/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /bin/bash
mkdir tmp
cd tmp
git clone -b fets_2.0 https://github.com/FeTS-AI/Front-End.git
cd Front-End
git submodule update --init
docker build --target=fets_base -t local/fets_tool .
cd ../../
docker build --platform=linux/amd64 -t mlcommons/rano-data-prep-mlcube:1.0.10 .
rm -rf tmp

0 comments on commit 8f4b995

Please sign in to comment.