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

Error when trying to build Intel InstructLab Container #720

Open
raravind007 opened this issue Aug 3, 2024 · 0 comments
Open

Error when trying to build Intel InstructLab Container #720

raravind007 opened this issue Aug 3, 2024 · 0 comments

Comments

@raravind007
Copy link

raravind007 commented Aug 3, 2024

I tried to build the InstructLab container for Intel platform as explained here:
https://github.com/containers/ai-lab-recipes/tree/main/training.
make instruct-intel gives the following error.
OS: Fedora Linux 40 (Workstation Edition)

STEP 2/18: ARG PYTHON=python3.10
STEP 3/18: ENV PYTHON="${PYTHON}"     APP_ROOT="/opt/app-root"
STEP 4/18: ENV PIP_DISABLE_PIP_VERSION_CHECK=1     PIP_NO_COMPILE=1     PS1="(app-root) \w\$ "     VIRTUAL_ENV="${APP_ROOT}"     PATH="${APP_ROOT}/bin:${PATH}"
STEP 5/18: RUN ${PYTHON} -m venv --upgrade-deps --system-site-packages ${VIRTUAL_ENV} &&     mkdir ${VIRTUAL_ENV}/src &&     find ${VIRTUAL_ENV} -name __pycache__ | xargs rm -rf
STEP 6/18: COPY containers/sitecustomize.py ${VIRTUAL_ENV}/lib/${PYTHON}/site-packages/
STEP 7/18: COPY containers/bin/debug-* ${VIRTUAL_ENV}/bin/
STEP 8/18: COPY requirements.txt requirements-hpu.txt /tmp
Error: building at STEP "COPY requirements.txt requirements-hpu.txt /tmp": checking on sources under "/home/ai-lab-recipes/training/instructlab/instructlab": copier: stat: "/requirements-hpu.txt": no such file or directory
make[1]: *** [Makefile:62: ../build/instructlab-intel/oci-layout] Error 125
make[1]: Leaving directory '/home/ai-lab-recipes/training/instructlab'
make: *** [Makefile:49: instruct-intel] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant