Skip to content

Commit bcc508d

Browse files
Merge pull request #224 from jeremiaswerner/walk_fix2
ensure the output directories are present
2 parents 38f0a5a + d7c7af2 commit bcc508d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

beta/serverless-fleets/.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ custom_*
33
.rclone*
44
data/taskstore/*
55
!data/taskstore/.keep
6-
data/output/*
7-
!data/output/inferencing/.keep
6+
data/output/docling/*
7+
data/output/wordcount/*
88
!data/output/docling/.keep
99
!data/output/wordcount/.keep
10-
!data/output/simulation/.keep
1110
*/.DS_Store
1211
.DS_Store

beta/serverless-fleets/data/output/docling/.keep

Whitespace-only changes.

beta/serverless-fleets/data/output/wordcount/.keep

Whitespace-only changes.

beta/serverless-fleets/run_wordcount

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CMDS=wordcount_commands.jsonl
2121
# construct the wordcount_commands.jsonl
2222
# 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
2323

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

0 commit comments

Comments
 (0)