From e361f74f7f93aa91e0166b5076bcf876d3429b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Aum=C3=BCller?= Date: Thu, 26 Oct 2023 15:11:36 +0200 Subject: [PATCH] Update README.md Fixes #175 --- neurips23/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurips23/README.md b/neurips23/README.md index 13d028fa..aa5ae645 100644 --- a/neurips23/README.md +++ b/neurips23/README.md @@ -178,7 +178,7 @@ where [task] is _sparse_, _streaming_, _filter_, or _ood_. This framework evaluates algorithms in Docker containers by default. Your algorithm's Dockerfile should live in *neurips23/[task]/[your_team_name]/Dockerfile*. Your Docker file should contain everything needed to install and run your algorithm on a system with the same hardware. -Please consult [this file](../filter/faiss/Dockerfile) as an example. +Please consult [this file](filter/faiss/Dockerfile) as an example. To build your Docker container, run: ```