Skip to content

Commit 952a301

Browse files
committed
Update Containerfile to use --no-cache option in uv sync command
1 parent 31b6492 commit 952a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY README.md ./
1414
COPY ./src/ ./src/
1515

1616
# Install dependencies using UV
17-
RUN uv sync --no-dev
17+
RUN uv sync --no-dev --no-cache
1818
# Environment variables (set these when running the container)
1919
# SNOWFLAKE_BASE_URL - Snowflake API base URL (optional, defaults to Red Hat's instance)
2020
# SNOWFLAKE_TOKEN - Snowflake authentication token (required)

0 commit comments

Comments
 (0)