We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
make instruct-intel
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: