Video Walk Through
https://youtu.be/JkHLTqXeTZs
Step 1
You must have completed stages 1 and 2 so that you have a Pre-Production Testnet wallet with some mNTX, and have onboarded your device to NuNet (everyone has to allocate some resources to NuNet, even those ordering jobs as a service provider). Check that you have some DHT peers with the "nunet peer list" command before proceeding.
Step 2
Download and install the service provider dashboard and access it using localhost:9991 in your browser.
Instructions: https://docs.nunet.io/nunet-public-alpha-testnet/components-installation/service-provider-dashboard
Step 3
-Press ctrl+shift+i on localhost:9991 and click the Console tab so you can see that the process is working at all times.
-Connect your PreProd Tesnet wallet to localhost:9991
-Paste in this URL to the web app to order its machine learning script: https://gitlab.com/nunet/ml-on-gpu/ml-on-cpu-service/-/raw/develop/examples/cpu-ml-test-scikit-learn.py
-Choose CPU
-Choose Low
-Click "Please enter any additional required dependencies" and type in matplotlib
-Enter 30 (minutes) as the estimated time
-Click Next
Step 4
On the next page of the web app
-Check that the wallet address matches your own
-Enter an amount of mNTX to spend (1000 may work)
-Submit and sign the transaction in your wallet
Step 5
Wait for the job to complete. DO NOT refresh the web page, this will prevent you from seeing if the job completes. You should see in the Console (ctrl+shift+i) when the job completes.
Please report any errors or problems you have completing this process on the Gitlab issue submission page (with the exception of the issue stated below): https://gitlab.com/nunet/documentation/-/issues
IMPORTANT: It is currently a known issue that you cannot order a second job, even after the first one completes. Please only order one job and do not report that a second one cannot be ordered, this issue is already being fixed.