File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+
1
2
---
2
3
jupytext:
3
4
text_representation:
@@ -18,6 +19,17 @@ This table contains the latest execution statistics.
18
19
19
20
(status: machine-details )=
20
21
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
+ ```
You can’t perform that action at this time.
0 commit comments