Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions regarding infra environment for script competition. #54

Open
longxiaofei opened this issue Feb 21, 2025 · 2 comments
Open

Questions regarding infra environment for script competition. #54

longxiaofei opened this issue Feb 21, 2025 · 2 comments
Labels

Comments

@longxiaofei
Copy link

Hi @abhishekkrthakur, I want to hold an autonomous driving competition, but I've had some question about competition space.

In the script competition, I want the contestants to have a relatively independent environment to run their code.

  1. will all contestants submissions be executed in the same space environment? Is it possible to provide independent machine resources for each contestants?

  2. Is it possible to provide independent requirements(or dockerfile) for each contestants?

Thank you in advance.

@longxiaofei
Copy link
Author

I see that a new space is created for each submission in the code.

But the dockerfile is fixed, can contestants choose multiple docker images provided by the competition organizer? (Maybe there will be some problems, such as file permissions and network permissions)

or provided multiple images of cuda versions?

_DOCKERFILE = """
FROM huggingface/competitions:latest

CMD uvicorn competitions.api:api --port 7860 --host 0.0.0.0
"""

Copy link

github-actions bot commented Mar 8, 2025

This issue is stale because it has been open for 15 days with no activity.

@github-actions github-actions bot added the stale label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant