Skip to content

Commit

Permalink
Merge pull request #301 from nerdalert/arm64-cfile-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnoianil authored Apr 24, 2024
2 parents d377eff + 935d579 commit 753273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN go build -o instructlab-bot-worker main.go && \
FROM nvcr.io/nvidia/cuda:12.4.1-devel-ubi9 as base

# Install essential packages, SSH key configuration for ubi, and setup Python
RUN dnf install -y python3.11 openssh git python3-pip make automake gcc gcc-c++ python3-devel && \
RUN dnf install -y python3.11 openssh git python3-pip make automake gcc gcc-c++ python3.11-devel && \
ssh-keyscan github.com > ~/.ssh/known_hosts && \
python3.11 -m ensurepip && \
dnf install -y gcc && \
Expand Down

0 comments on commit 753273d

Please sign in to comment.