From 18a67b0b430aaaa5bdd60bc30f4e86b6a9b5e8d5 Mon Sep 17 00:00:00 2001 From: Dustin H Date: Mon, 16 Dec 2024 13:11:57 -0500 Subject: [PATCH] Update instructions to point to kaggle_requirements.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387dcf89..315e7db2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you the first step above doesn't work for your use case, [open an issue](http ## Opening a pull request -1. Edit the [Dockerfile](Dockerfile.tmpl). +1. Edit [kaggle_requirements.txt](kaggle_requirements.txt). 1. Follow the instructions below to build a new image. 1. Add tests for your new package. See this [example](https://github.com/Kaggle/docker-python/blob/main/tests/test_fastai.py). 1. Follow the instructions below to test the new image.