Skip to content

Commit 538f32f

Browse files
authored
Merge pull request #35 from natifridman/no-cache
Update Containerfile to use --no-cache option in uv sync command
2 parents 31b6492 + 952a301 commit 538f32f

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)