We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278b803 + cc9f3f5 commit 7ed7286Copy full SHA for 7ed7286
.devcontainer.json
@@ -0,0 +1,27 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/miniconda",
3
+ "customizations": {
4
+ "codespaces": {
5
+ "openFiles": [
6
+ "README.md",
7
+ "Lecture1.ipynb",
8
+ "Lecture2.ipynb"
9
+ ]
10
+ },
11
+ "vscode": {
12
+ "extensions": [
13
+ "wijmo.gc-excelviewer",
14
+ "mechatroner.vscode_rainbow_csv",
15
+ "ms-python.python",
16
+ "ms-toolsai.jupyter",
17
+ "hansvn.instant-mongo"
18
19
+ }
20
21
+ "hostRequirements": {
22
+ "cpus": 4,
23
+ "memory": "16gb",
24
+ "storage": "16gb"
25
26
+ "onCreateCommand": "conda install -y python=3.10 jupyter numpy scipy && pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && pip install pymatgen pysipfenn pymongo scikit-learn"
27
+}
0 commit comments