Paths
All checks were successful
Build and push Docker image in git push / build (push) Successful in 1h17m13s
All checks were successful
Build and push Docker image in git push / build (push) Successful in 1h17m13s
This commit is contained in:
parent
3db84dfb80
commit
56ad12d622
@ -40,10 +40,10 @@ RUN if [ ! -d /usr/local/cuda/ ]; then \
|
|||||||
faiss-gpu-cu12; \
|
faiss-gpu-cu12; \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
RUN mkdir /ums-agenten/
|
RUN mkdir -p /ums-agenten/persist/
|
||||||
|
|
||||||
ENV NLTK_DATA=/ums-agenten/nltk/
|
ENV NLTK_DATA=/ums-agenten/persist/nltk/
|
||||||
ENV HF_HOME=/ums-agenten/hf_home/
|
ENV HF_HOME=/ums-agenten/persist/hf_home/
|
||||||
|
|
||||||
COPY ./docker/$PIP_REQ_FILE /ums-agenten/requirements.txt
|
COPY ./docker/$PIP_REQ_FILE /ums-agenten/requirements.txt
|
||||||
RUN pip3 install --break-system-packages --no-cache-dir -r /ums-agenten/requirements.txt \
|
RUN pip3 install --break-system-packages --no-cache-dir -r /ums-agenten/requirements.txt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user