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
For a _very_ quick start, open a GitHub Codespace to load a pre-configured Docker container and familiarize yourself with MFC commands.
141
142
Click <kbd> <> Code</kbd> (green button at top right) → <kbd>Codespaces</kbd> (right tab) → <kbd>+</kbd> (create a codespace).
142
143
144
+
Alternatively, run MFC directly with Docker on your local machine:
145
+
```bash
146
+
docker run -it --rm --entrypoint bash sbryngelson/mfc:latest-cpu
147
+
```
148
+
Once inside the container, navigate to `/opt/MFC` to access MFC and run examples.
149
+
143
150
> ****Note:**** Codespaces is a free service with a monthly quota of compute time and storage usage.
144
151
> It is recommended for testing commands, troubleshooting, and running simple case files without installing dependencies or building MFC on your device.
0 commit comments