Compare commits
No commits in common. "master" and "v0.6" have entirely different histories.
@ -1,5 +0,0 @@
|
|||||||
> [!NOTE]
|
|
||||||
> In diesem Repository befinden sich die Quelldaten und Skripte zur Erstellung der Docker-Base-Images.
|
|
||||||
|
|
||||||
> [!WARNING]
|
|
||||||
> Um die Plattform zu benutzen, bitte das [Agent-Template](https://git.chai.uni-hamburg.de/UMS-Agenten/Agent-Template) benutzen!
|
|
@ -40,10 +40,10 @@ RUN if [ ! -d /usr/local/cuda/ ]; then \
|
|||||||
faiss-gpu-cu12; \
|
faiss-gpu-cu12; \
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
RUN mkdir -p /ums-agenten/persist/
|
RUN mkdir /ums-agenten/
|
||||||
|
|
||||||
ENV NLTK_DATA=/ums-agenten/persist/nltk/
|
ENV NLTK_DATA=/ums-agenten/nltk/
|
||||||
ENV HF_HOME=/ums-agenten/persist/hf_home/
|
ENV HF_HOME=/ums-agenten/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