mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 10:16:24 +00:00
Merge pull request #46 from hwanny1128/feat/rag-function
feat: add rag ci/cd
This commit is contained in:
commit
0aa0eba676
@ -36,7 +36,8 @@ RUN adduser --system --group ${USERNAME} && \
|
||||
WORKDIR ${ARTIFACTORY_HOME}
|
||||
|
||||
# Copy Python dependencies from builder
|
||||
COPY --from=builder /root/.local /home/${USERNAME}/.local
|
||||
# COPY --from=builder /root/.local /home/${USERNAME}/.local
|
||||
COPY --from=builder --chown=${USERNAME}:${USERNAME} /root/.local /home/${USERNAME}/.local
|
||||
|
||||
# Copy application code
|
||||
COPY --chown=${USERNAME}:${USERNAME} . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user