Skip to content

Commit

Permalink
update status page with diagnostic information
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 11, 2024
1 parent f1d0069 commit 74bdebe
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions lectures/status.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

---
jupytext:
text_representation:
Expand All @@ -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.
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
```

0 comments on commit 74bdebe

Please sign in to comment.