Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Auto merged updates #569

Merged
merged 1 commit into from
Jun 18, 2024
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/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instructlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Build Image
id: build_image
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/manual_build_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Build llamacpp_python cuda
id: build_llamacpp_python_cuda
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
packages: write

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
packages: write

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
packages: write

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
packages: write

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

# required for multi-arch builds
- name: Install qemu dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'containers/ai-lab-recipes'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/object_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
if: github.repository == 'containers-mirror/ai-lab-recipes'
runs-on: ubuntu-22.04-2core
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: chatbot
working-directory: ./recipes/natural_language_processing/chatbot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Build Image
id: build_image
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- uses: actions/[email protected].6
- uses: actions/[email protected].7

- name: Login to Container Registry
uses: redhat-actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion convert_models/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /opt/app-root/src/converter
USER root
RUN chown -R default:root /opt/app-root/src/converter
Expand Down
2 changes: 1 addition & 1 deletion eval/promptfoo/base/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-47.1716472878
FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-51
WORKDIR /promptfoo
RUN npm install promptfoo
ENV PROMPTFOO_DISABLE_TELEMETRY=1
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/base/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /locallm
COPY src .
USER root
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
llama-cpp-python[server]==0.2.76
llama-cpp-python[server]==0.2.78
pip==24.0
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock
RUN dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/vulkan/arm64/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock && \
dnf install -y \
Expand Down
2 changes: 1 addition & 1 deletion model_servers/object_detection_python/base/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
ARG PORT=8000
WORKDIR /app
COPY src .
Expand Down
12 changes: 6 additions & 6 deletions model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fastapi==0.111.0
filelock==3.14.0
fsspec==2024.3.1
h11==0.14.0
huggingface-hub==0.23.2
huggingface-hub==0.23.4
idna==3.7
Jinja2==3.1.4
MarkupSafe==2.1.5
Expand All @@ -16,21 +16,21 @@ networkx==3.3
numpy==1.26.4
packaging==24.0
pillow==10.3.0
pydantic==2.7.2
pydantic==2.7.4
pydantic_core==2.18.3
PyYAML==6.0.1
regex==2024.4.28
requests==2.31.0
safetensors==0.4.3
sniffio==1.3.1
starlette==0.37.2
sympy==1.12
sympy==1.12.1
timm==0.9.16
tokenizers==0.19.1
torch==2.3.0
torchvision==0.18.0
torch==2.3.1
torchvision==0.18.1
tqdm==4.66.4
transformers==4.40.2
typing_extensions==4.11.0
urllib3==2.2.1
urllib3==2.2.2
uvicorn==0.29.0
2 changes: 1 addition & 1 deletion models/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin
# podman build --build-arg="MODEL_URL=https://..." -t quay.io/yourimage .
#
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9

# Can be substituted using the --build-arg defined above
ARG MODEL_URL=https://huggingface.co/instructlab/granite-7b-lab-GGUF/resolve/main/granite-7b-lab-Q4_K_M.gguf
Expand Down
2 changes: 1 addition & 1 deletion recipes/audio/audio_to_text/app/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /locallm
COPY requirements.txt /locallm/requirements.txt
RUN pip install --upgrade pip && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /locallm
COPY requirements.txt /locallm/requirements.txt
RUN pip install --upgrade pip && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ streamlit==1.33.0
tenacity==8.2.3
toml==0.10.2
toolz==0.12.1
tornado==6.4
tornado==6.4.1
typing_extensions==4.11.0
tzdata==2024.1
urllib3==2.2.1
urllib3==2.2.2
2 changes: 1 addition & 1 deletion recipes/multimodal/image_understanding/app/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /image_understanding
COPY requirements.txt .
RUN pip install --upgrade pip && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /chat
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /codegen
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
### Update sqlite for chroma
USER root
RUN dnf remove sqlite3 -y
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
langchain-openai==0.1.7
langchain==0.1.20
chromadb==0.5.0
chromadb==0.5.1
sentence-transformers==2.7.0
streamlit==1.34.0
pypdf==4.2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311:1-62.1716478620
FROM registry.access.redhat.com/ubi9/python-311:1-66
WORKDIR /summarizer
COPY requirements.txt .
RUN pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
langchain==0.1.20
langchain-openai==0.1.7
streamlit==1.34.0
PyMuPDF==1.24.4
PyMuPDF==1.24.5
rouge_score==0.1.2
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==24.0
pytest-container==0.4.2
pytest-selenium==4.1.0
pytest-testinfra==10.1.1
pytest==8.2.1
pytest==8.2.2
requests==2.31.0
selenium==4.20.0
tenacity==8.2.3
Loading