We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730faaa commit 656d8d1Copy full SHA for 656d8d1
Dockerfile
@@ -6,7 +6,7 @@ ARG TESTS_DIR=$HOME/opendatahub-tests/
6
ENV UV_PYTHON=python3.12
7
ENV UV_COMPILE_BYTECODE=1
8
ENV UV_NO_SYNC=1
9
-ENV UV_CACHE_DIR=${TESTS_DIR}/.cache
+ENV UV_NO_CACHE=1
10
11
ENV BIN_DIR="$HOME_DIR/.local/bin"
12
ENV PATH="$PATH:$BIN_DIR"
0 commit comments