Skip to content

Commit 72ebec2

Browse files
author
Doug Bierer
committed
2024-03-24 DB: updated labs and course materials + finalized demo container
1 parent ce6915a commit 72ebec2

File tree

110 files changed

+533
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+533
-4
lines changed

Basic_Installation_Alpine/README.md renamed to Basic_Installation/README.md

Lines changed: 19 additions & 0 deletions
File renamed without changes.

Basic_Installation_Alpine/make_calls.sh renamed to Basic_Installation/make_calls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
. /tmp/secrets.sh
2+
. docker/secrets.sh
33
DIR=`pwd`
44
if [[ -z "$1" ]]; then
55
echo "Usage: make_calls.sh forecast|query|prime [NUM] [ZRAY_TOKEN]"

0 commit comments

Comments
 (0)