Skip to content

Commit fbcc46a

Browse files
authored
Update tutorials and tutorial containers (#589)
This PR udpates tutorials to the new SmartSim and SmartRedis APIs. In addition, the tutorial containers' Docker files were also updated, to prevent an error caused by IPython. [ committed by @al-rigazzi ] [ reviewed by @amandarichardsonn ]
1 parent c61e636 commit fbcc46a

File tree

12 files changed

+453
-498
lines changed

12 files changed

+453
-498
lines changed

Diff for: .github/workflows/run_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ env:
4545
HOMEBREW_NO_GITHUB_API: "ON"
4646
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
4747
DEBIAN_FRONTEND: "noninteractive" # Disable interactive apt install sessions
48+
GIT_CLONE_PROTECTION_ACTIVE: false
4849

4950
jobs:
5051
run_tests:

Diff for: doc/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Released on 14 May, 2024
1515

1616
Description
1717

18+
- Update tutorials and tutorial containers
1819
- Improve Dragon server shutdown
1920
- Add dragon runtime installer
2021
- Add launcher based on Dragon
@@ -64,6 +65,8 @@ Description
6465

6566
Detailed Notes
6667

68+
- The tutorials are up-to date with SmartSim and SmartRedis APIs. Additionally,
69+
the tutorial containers' Docker files are updated. ([SmartSim-PR589](https://github.com/CrayLabs/SmartSim/pull/589))
6770
- The Dragon server will now terminate any process which is still running
6871
when a request of an immediate shutdown is sent. ([SmartSim-PR582](https://github.com/CrayLabs/SmartSim/pull/582))
6972
- Add `--dragon` option to `smart build`. Install appropriate Dragon

0 commit comments

Comments
 (0)