Skip to content

Commit 74bdebe

Browse files
committed
update status page with diagnostic information
1 parent f1d0069 commit 74bdebe

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

lectures/status.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
---
23
jupytext:
34
text_representation:
@@ -18,6 +19,17 @@ This table contains the latest execution statistics.
1819

1920
(status:machine-details)=
2021

21-
These lectures are built on `linux` instances through `github actions` and `amazon web services (aws)` to
22-
enable access to a `gpu`. These lectures are built on a [p3.2xlarge](https://aws.amazon.com/ec2/instance-types/p3/)
23-
that has access to `8 vcpu's`, a `V100 NVIDIA Tesla GPU`, and `61 Gb` of memory.
22+
These lectures are built on `linux` instances through `github actions`.
23+
24+
These lectures are using the following python version
25+
26+
```{code-cell} ipython
27+
!python --version
28+
```
29+
30+
and the following package versions
31+
32+
```{code-cell} ipython
33+
:tags: [hide-output]
34+
!conda list
35+
```

0 commit comments

Comments
 (0)