Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/license_template.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion comps/agent/langchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ USER user

WORKDIR /home/user/comps/agent/langchain/

ENTRYPOINT ["python", "agent.py"]
ENTRYPOINT ["python", "agent.py"]
2 changes: 1 addition & 1 deletion comps/animation/wav2lip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/animation/wav2lip

ENTRYPOINT ["python3", "animation.py"]
ENTRYPOINT ["python3", "animation.py"]
2 changes: 1 addition & 1 deletion comps/animation/wav2lip/dependency/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ WORKDIR /home/user/comps/animation/wav2lip/
# Define the command to run when the container starts
RUN chmod +x /usr/local/bin/entrypoint.sh
ENV DEVICE="cpu"
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2 changes: 1 addition & 1 deletion comps/animation/wav2lip/dependency/Dockerfile.intel_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ WORKDIR /home/user/comps/animation/wav2lip
# Define the command to run when the container starts
RUN chmod +x /usr/local/bin/entrypoint.sh
ENV DEVICE="hpu"
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
2 changes: 1 addition & 1 deletion comps/embeddings/multimodal/bridgetower/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ENV PORT=$EMBEDDER_PORT

WORKDIR /home/user/comps/embeddings/multimodal/bridgetower

ENTRYPOINT ["python", "bridgetower_server.py", "--device", "cpu"]
ENTRYPOINT ["python", "bridgetower_server.py", "--device", "cpu"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ARG EMBEDDER_PORT=8080
ENV PORT=$EMBEDDER_PORT

WORKDIR /home/user/comps/embeddings/multimodal/bridgetower
ENTRYPOINT ["python", "bridgetower_server.py", "--device", "hpu"]
ENTRYPOINT ["python", "bridgetower_server.py", "--device", "hpu"]
2 changes: 1 addition & 1 deletion comps/guardrails/factuality/predictionguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/guardrails/factuality/predictionguard

ENTRYPOINT ["python", "factuality_predictionguard.py" ]
ENTRYPOINT ["python", "factuality_predictionguard.py" ]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/guardrails/pii_detection/predictionguard

ENTRYPOINT ["python", "pii_predictionguard.py" ]
ENTRYPOINT ["python", "pii_predictionguard.py" ]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/guardrails/prompt_injection/predictionguard

ENTRYPOINT ["python", "injection_predictionguard.py" ]
ENTRYPOINT ["python", "injection_predictionguard.py" ]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/guardrails/toxicity_detection/predictionguard

ENTRYPOINT ["python", "toxicity_predictionguard.py" ]
ENTRYPOINT ["python", "toxicity_predictionguard.py" ]
2 changes: 1 addition & 1 deletion comps/image2image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /home/comps/image2image

RUN echo python image2image.py --bf16 >> run.sh

CMD bash run.sh
CMD bash run.sh
2 changes: 1 addition & 1 deletion comps/image2image/Dockerfile.intel_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ WORKDIR /home/user/comps/image2image

RUN echo python image2image.py --device hpu --use_hpu_graphs --bf16 >> run.sh

CMD bash run.sh
CMD bash run.sh
2 changes: 1 addition & 1 deletion comps/image2video/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/image2video

ENTRYPOINT ["python", "image2video.py"]
ENTRYPOINT ["python", "image2video.py"]
2 changes: 1 addition & 1 deletion comps/image2video/dependency/Dockerfile.intel_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/image2video/dependency

ENTRYPOINT ["python", "svd_server.py", "--device", "hpu"]
ENTRYPOINT ["python", "svd_server.py", "--device", "hpu"]
2 changes: 1 addition & 1 deletion comps/llms/text-generation/predictionguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/llms/text-generation/predictionguard

ENTRYPOINT ["bash", "entrypoint.sh"]
ENTRYPOINT ["bash", "entrypoint.sh"]
2 changes: 1 addition & 1 deletion comps/lvms/llava/dependency/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/lvms/llava/dependency

ENTRYPOINT ["python", "llava_server.py", "--device", "cpu"]
ENTRYPOINT ["python", "llava_server.py", "--device", "cpu"]
2 changes: 1 addition & 1 deletion comps/lvms/video-llama/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home

WORKDIR /home/comps/lvms/video-llama

ENTRYPOINT ["python", "lvm.py"]
ENTRYPOINT ["python", "lvm.py"]
2 changes: 1 addition & 1 deletion comps/lvms/video-llama/dependency/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN tar -xvf video-llama.patch.tar && \
ENV PYTHONPATH=/home/user


ENTRYPOINT ["bash", "start.sh"]
ENTRYPOINT ["bash", "start.sh"]
2 changes: 1 addition & 1 deletion comps/reranks/videoqna/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/reranks/videoqna

ENTRYPOINT ["python", "local_reranking.py"]
ENTRYPOINT ["python", "local_reranking.py"]
2 changes: 1 addition & 1 deletion comps/text2image/Dockerfile.intel_hpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ WORKDIR /home/user/comps/text2image

RUN echo python text2image.py --device hpu --use_hpu_graphs --bf16 >> run.sh

CMD bash run.sh
CMD bash run.sh
2 changes: 1 addition & 1 deletion comps/texttosql/langchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ENV PYTHONPATH=$PYTHONPATH:/home/user

WORKDIR /home/user/comps/texttosql/langchain/

ENTRYPOINT ["python", "main.py"]
ENTRYPOINT ["python", "main.py"]