Update Dockerfile #10
docker-build.yaml
on: push
Matrix: build-main-image
Matrix: build-cuda-image
merge-main-images
0s
Annotations
4 errors
build-cuda-image (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install uv && if [ \"$USE_CUDA\" = \"true\" ]; then pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; else pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; fi" did not complete successfully: exit code: 1
|
build-main-image (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install uv && if [ \"$USE_CUDA\" = \"true\" ]; then pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; else pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; fi" did not complete successfully: exit code: 1
|
build-main-image (linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install uv && if [ \"$USE_CUDA\" = \"true\" ]; then pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; else pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; fi" did not complete successfully: exit code: 1
|
build-cuda-image (linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip3 install uv && if [ \"$USE_CUDA\" = \"true\" ]; then pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/$USE_CUDA_DOCKER_VER --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; else pip3 install --no-binary=h5py h5py --no-cache-dir && pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu --no-cache-dir && uv pip install --system -r requirements.txt --no-cache-dir; fi" did not complete successfully: exit code: 1
|