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