Skip to content
Snippets Groups Projects
Commit 31b0bd6c authored by yilun_jin's avatar yilun_jin
Browse files

Update docs/submission.md

parent f4868bd1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ Our platform supports custom runtime environments. This means you have the flexi
- **`requirements.txt`**: List any PyPI packages your project needs. **Do specify versions, as we observe significant difference in inference time between different `transformer` versions.**
- **`apt.txt`**: Include any apt packages required.
- **`Dockerfile`**: The one located at the root will be used by default to build your submission.
- **`Dockerfile`**: The one located at the root will be used by default to build your submission. **You can specify the python version here if you need specific ones**.
For detailed setup instructions regarding runtime dependencies, refer to the documentation in the `docs/runtime.md` file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment