Skip to content

Commit 0125fa4

Browse files
authored
Merge pull request #47 from eifrach/change_to_pip
Change to Centos with non-Root user
2 parents 1852436 + 619609b commit 0125fa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ COPY README.md ./
2929
COPY ./src/ ./
3030

3131
# Install dependencies
32-
RUN uv sync --no-cache --locked
32+
RUN uv sync --no-cache --locked && \
33+
chgrp -R 0 /app && \
34+
chmod -R g+rwX /app
3335

3436
# Environment variables (set these when running the container)
3537
# SNOWFLAKE_BASE_URL - Snowflake API base URL (optional, defaults to Red Hat's instance)

0 commit comments

Comments
 (0)