``` medperf --gpus=all test run \ --offline --no-cache \ --demo_dataset_url synapse:syn52276402 \ --demo_dataset_hash "3a706d3b8e1f39411887c980b2ee5f62a7fa314a88811cdc0f5f8909d05126e5" \ -p /home/abhijeet/Code/BraTS2024-InferCode/test_mlcubes/prep_segmentation \ -e /home/abhijeet/Code/BraTS2024-InferCode/test_mlcubes/eval_segmentation \ -m /home/abhijeet/Code/BraTS2024-InferCode/mlcube/ ``` This the code I run and get an error: ``` Retrieving Model cube 2024-08-04 20:08:35 parida-pc mlcube.__main__[2059019] INFO Configuring the MLCube for `docker` platform. 2024-08-04 20:08:35 parida-pc mlcube_docker.docker_run[2059019] INFO Pulling container image. latest: Pulling from syn61499333/cnmc-brats2024-ssa Digest: sha256:c5fcf97182fdddd65d572b29d1ba836c41d95754496799ebba33a8b7193d9965 Status: Image is up to date for docker.synapse.org/syn61499333/cnmc-brats2024-ssa:latest docker.synapse.org/syn61499333/cnmc-brats2024-ssa:latest 2024-08-04 20:08:35 parida-pc mlcube.__main__[2059019] INFO The MLCube has been successfully configured for `docker` platform. > Model cube download complete Retrieving Evaluator cube ? Invalid resource input: mock_url. A Resource must be a url or in the following format: ':'. Run `medperf mlcube submit --help` for more details. ```

Created by Abhijeet Parida abhijeetparida
Hi @abhijeetparida, I'm from the Medperf development team. We might need more information to figure out what's causing this issue. Please email back to us at [medperf-support@mlcommons.org](mailto:medperf-support@mlcommons.org) with the description of your issue, as well as your logs package found at `~/.medperf_logs/medperf_logs.tar.gz` and we will provide you with support shortly after. Thanks!
I don't have trouble with the radiotherapy compat test only with the segmentation test ``` medperf --gpus=all test run \ --offline --no-cache \ --demo_dataset_url synapse:syn61956214 \ --demo_dataset_hash "ab30f82ee3350aa4d3015dd6404833794b9572662984d27351559e8ccb35f070" \ -p /home/abhijeet/Code/BraTS2024-InferCode/test_mlcubes/prep_radiotherapy/ \ -e /home/abhijeet/Code/BraTS2024-InferCode/test_mlcubes/eval_radiotherapy/ \ -m /home/abhijeet/Code/BraTS2024-InferCode/mlcube/ ```
Any updates @vchung ?
Thank you for confirming. Let me reach out to the MedPerf developers regarding the matter.
@vchung I uninstalled and reinstalled it using ``` git clone https://github.com/mlcommons/medperf.git cd medperf pip install --force-reinstall -e ./cli rm ~/mlcube.yaml && rm -rf ~/.medperf medperf --version medperf profile set --loglevel=debug medperf auth synapse_login ``` i am on MedPerf version 0.1.3. But I still get the same error
Hi @abhijeetparida , Do you know if your medperf client is up-to-date? The error you received seems relevant to [a bug fix](https://github.com/mlcommons/medperf/pull/570) made earlier this year. Let me know,

MLcube error : Invalid resource input: mock_url. A Resource must be a url page is loading…