From 74bdebe56cde7d7077416fe68cba5820f10b2bed Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 12 Mar 2024 10:39:15 +1100 Subject: [PATCH] update status page with diagnostic information --- lectures/status.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/lectures/status.md b/lectures/status.md index 8309f510..44ffabbf 100644 --- a/lectures/status.md +++ b/lectures/status.md @@ -1,3 +1,4 @@ + --- jupytext: text_representation: @@ -18,6 +19,17 @@ This table contains the latest execution statistics. (status:machine-details)= -These lectures are built on `linux` instances through `github actions` and `amazon web services (aws)` to -enable access to a `gpu`. These lectures are built on a [p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/) -that has access to `8 vcpu's`, a `V100 NVIDIA Tesla GPU`, and `61 Gb` of memory. \ No newline at end of file +These lectures are built on `linux` instances through `github actions`. + +These lectures are using the following python version + +```{code-cell} ipython +!python --version +``` + +and the following package versions + +```{code-cell} ipython +:tags: [hide-output] +!conda list +``` \ No newline at end of file