codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
77 stars 28 forks source link

Hide output files #1361

Closed eloicampagne closed 8 months ago

eloicampagne commented 8 months ago

Hello everyone,

Is it possible to hide the files when clicking on the submissions (especially "Output from prediction step" and "Output from scoring step" because I do not want the file scores.txt to be accessible to the participants) ?

curious-broccoli commented 8 months ago

image this option when you edit a phase seems to do that

eloicampagne commented 8 months ago

I have tried this option already but it does not do what I want because it only hides stdout/stderr, and not the files.

curious-broccoli commented 8 months ago

image have you tested it as a non admin (or organizer?) user?

eloicampagne commented 8 months ago

Ok that was it. Thanks a lot :)

ihsaan-ullah commented 8 months ago

Thaks a lot @curious-broccoli for the help

eloicampagne commented 8 months ago

I still have a small problem: I am trying to force this box to be checked in the competition.yaml file like this (with the hide_output argument): image

However, when going to Edit, I still don't see the box as checked. Do you have any clue on why it's not working as expected?

ihsaan-ullah commented 8 months ago

@Exion35 are you using version: 2 in your yaml file?

eloicampagne commented 8 months ago

@ihsaan-ullah I was not. I added it and it fixed my problem. Thanks a lot :)