Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions beta/serverless-fleets/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ custom_*
.rclone*
data/taskstore/*
!data/taskstore/.keep
data/output/*
!data/output/inferencing/.keep
data/output/docling/*
data/output/wordcount/*
!data/output/docling/.keep
!data/output/wordcount/.keep
!data/output/simulation/.keep
*/.DS_Store
.DS_Store
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion beta/serverless-fleets/run_wordcount
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CMDS=wordcount_commands.jsonl
# construct the wordcount_commands.jsonl
# ls data/tutorials/wordcount | awk '{ printf " { \"command\":\"/bin/bash\", \"args\": [\"-c\", \"cd /mnt/ce/data; wc tutorials/wordcount/"$1" > result/wordcount_"$1"\"]}\n" }' > wordcount_commands.jsonl

echo ibmcloud code-engine experimental fleet run
echo ibmcloud code-engine beta fleet run
echo " "--name "fleet-${uuid}-1"
echo " "--image registry.access.redhat.com/ubi9/ubi-minimal:latest
echo " "--registry-secret fleet-registry-secret
Expand Down