You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout the [examples](./examples/mnist), and configure MIDI with the manifest `build.MIDI`:
38
+
Checkout the [examples](./examples/mnist), and configure envd with the manifest `build.envd`:
39
39
40
40
```python
41
41
vscode(plugins=[
@@ -52,7 +52,7 @@ shell("zsh")
52
52
jupyter(password="", port=8888)
53
53
```
54
54
55
-
Then you can run `midi up` and open jupyter notebook at [`http://localhost:8888`](http://localhost:8888), or open vscode remote to attach to the container.
55
+
Then you can run `envd up` and open jupyter notebook at [`http://localhost:8888`](http://localhost:8888), or open vscode remote to attach to the container.
56
56
57
57
```
58
58
[+] ⌚ parse build.MIDI and download/cache dependencies 0.0s ✅ (finished)
@@ -77,7 +77,7 @@ MIDI >
77
77
### Configure mirrors
78
78
79
79
```
80
-
cat ~/.config/midi/config.MIDI
80
+
cat ~/.config/envd/config.envd
81
81
ubuntu_apt(source="""
82
82
deb https://mirror.sjtu.edu.cn/ubuntu focal main restricted
83
83
deb https://mirror.sjtu.edu.cn/ubuntu focal-updates main restricted
0 commit comments