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