From a51eb523b54ffdfc1f056ea56f755c86b1b5c263 Mon Sep 17 00:00:00 2001 From: yilun_jin <jyl.jal123@gmail.com> Date: Fri, 22 Mar 2024 05:03:27 +0000 Subject: [PATCH] Update docs/submission.md --- docs/submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submission.md b/docs/submission.md index 843a761..a40ebdc 100644 --- a/docs/submission.md +++ b/docs/submission.md @@ -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`**: Optionally, you can provide your own Dockerfile. An example is located at `utilities/_Dockerfile`, which can serve as a helpful starting point. **the +- **`Dockerfile`**: The one located at the root will be used by default to build your submission. For detailed setup instructions regarding runtime dependencies, refer to the documentation in the `docs/runtime.md` file. -- GitLab