Error when runing in Docker: => ERROR [builder 11/11] RUN chmod +x ./build_luisa.sh && ./build_luisa.sh 3.11 #458
Unanswered
peripheral6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[+] Building 0.9s (20/26) docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 4.50kB 0.0s
=> [internal] load metadata for docker.io/pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel 0.6s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 142B 0.0s
=> [builder 1/11] FROM docker.io/pytorch/pytorch:2.5.1-cuda12.1-cudnn9-devel@sha256:e8e63dd7baca894ba11fe1ba48a 0.0s
=> CACHED [stage-1 2/12] RUN apt-get update && apt-get install -y --no-install-recommends tmux git 0.0s
=> CACHED [stage-1 3/12] WORKDIR /workspace 0.0s
=> CACHED [stage-1 4/12] RUN pip install --no-cache-dir open3d 0.0s
=> CACHED [stage-1 5/12] RUN git clone https://github.com/Genesis-Embodied-AI/Genesis.git && cd Genesis && 0.0s
=> CACHED [stage-1 6/12] RUN PYTHON_MAJOR_MINOR=$(echo 3.11 | tr -d '.') && wget https://github.com/ompl/om 0.0s
=> CACHED [builder 2/11] RUN apt-get update && apt-get install -y --no-install-recommends build-essential 0.0s
=> CACHED [builder 3/11] RUN add-apt-repository ppa:ubuntu-toolchain-r/test && apt update && apt instal 0.0s
=> CACHED [builder 4/11] RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 && update-a 0.0s
=> CACHED [builder 5/11] RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 0.0s
=> CACHED [builder 6/11] RUN pip install "pybind11[global]" 0.0s
=> CACHED [builder 7/11] RUN wget https://github.com/Kitware/CMake/releases/download/v3.31.0-rc2/cmake-3.31.0-r 0.0s
=> CACHED [builder 8/11] WORKDIR /workspace 0.0s
=> CACHED [builder 9/11] RUN git clone https://github.com/Genesis-Embodied-AI/Genesis.git && cd Genesis && 0.0s
=> CACHED [builder 10/11] COPY build_luisa.sh /workspace/build_luisa.sh 0.0s
=> ERROR [builder 11/11] RUN chmod +x ./build_luisa.sh && ./build_luisa.sh 3.11 0.2s
Dockerfile:52
50 | git submodule update --init --recursive
51 | COPY build_luisa.sh /workspace/build_luisa.sh
52 | >>> RUN chmod +x ./build_luisa.sh && ./build_luisa.sh ${PYTHON_VERSION}
53 |
54 | # ===============================================================
ERROR: failed to solve: process "/bin/sh -c chmod +x ./build_luisa.sh && ./build_luisa.sh ${PYTHON_VERSION}" did not complete successfully: exit code: 127
I asked gpt but didn't solve this.
Beta Was this translation helpful? Give feedback.
All reactions