From fcd8c1eb6020f17c4f009fe06c51d8c9ccd20275 Mon Sep 17 00:00:00 2001 From: Ashley Kleynhans Date: Thu, 9 May 2024 11:11:24 +0200 Subject: [PATCH] Fix typo --- build/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/install.sh b/build/install.sh index a43dc83..890ddf9 100644 --- a/build/install.sh +++ b/build/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e # Install uv -RUN curl -LsSf https://astral.sh/uv/install.sh | sh +curl -LsSf https://astral.sh/uv/install.sh | sh # Install torch source ~/.bashrc