feat(worker): native per-version GPU base images (AE-2827 parity)#94
Closed
deanq wants to merge 4 commits into
Closed
feat(worker): native per-version GPU base images (AE-2827 parity)#94deanq wants to merge 4 commits into
deanq wants to merge 4 commits into
Annotations
1 error and 1 warning
|
Build GPU Docker image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c python${PYTHON_VERSION} --version && if [ \"${PYTHON_VERSION}\" != \"3.12\" ]; then python${PYTHON_VERSION} -c \"import urllib.request; urllib.request.urlretrieve('https://bootstrap.pypa.io/get-pip.py', '/tmp/get-pip.py')\" && python${PYTHON_VERSION} /tmp/get-pip.py --no-cache-dir && rm -f /tmp/get-pip.py RUN python${PYTHON_VERSION} --version && if [ \"${PYTHON_VERSION}\" != \"3.12\" ]; then python${PYTHON_VERSION} -c \"import urllib.request; urllib.request.urlretrieve('https://bootstrap.pypa.io/get-pip.py', '/tmp/get-pip.py')\" && python${PYTHON_VERSION} /tmp/get-pip.py --no-cache-dir && rm -f /tmp/get-pip.py && python${PYTHON_VERSION} -m pip install --no-cache-dir --index-url ${TORCH_INDEX_URL} \"torch==${TORCH_VERSION}\" && ln -sf \"$(which python${PYTHON_VERSION})\" /usr/local/bin/python && ln -sf \"$(which python${PYTHON_VERSION})\" /usr/local/bin/python3; fi" did not complete successfully: exit code: 2
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading