We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b6492 commit 952a301Copy full SHA for 952a301
Containerfile
@@ -14,7 +14,7 @@ COPY README.md ./
14
COPY ./src/ ./src/
15
16
# Install dependencies using UV
17
-RUN uv sync --no-dev
+RUN uv sync --no-dev --no-cache
18
# Environment variables (set these when running the container)
19
# SNOWFLAKE_BASE_URL - Snowflake API base URL (optional, defaults to Red Hat's instance)
20
# SNOWFLAKE_TOKEN - Snowflake authentication token (required)
0 commit comments