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
Some of the BASE_IMAGEs listed in the docker/build_image.sh are missing and fail to build.
BASE_IMAGE
11.6.0-cudnn8-runtime-ubuntu20.04
11.3.0-cudnn8-runtime-ubuntu20.04
10.2-cudnn8-runtime-ubuntu18.04
10.1-cudnn7-runtime-ubuntu18.04
9.2-cudnn7-runtime-ubuntu18.04
[+] Building 1.4s (5/5) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 4.97kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => resolve image config for docker.io/docker/dockerfile:experimental 0.6s => CACHED docker-image://docker.io/docker/dockerfile:experimental@sha256:600e5c62eedff338b3f7a0850beb7c05866e0ef27b2d2e8c02aa468e78496ff5 0.0s => ERROR [internal] load metadata for docker.io/nvidia/cuda:11.3.0-cudnn8-runtime-ubuntu20.04 0.4s ------ > [internal] load metadata for docker.io/nvidia/cuda:11.3.0-cudnn8-runtime-ubuntu20.04: ------ failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = docker.io/nvidia/cuda:11.3.0-cudnn8-runtime-ubuntu20.04: not found
git clone cd docker ./build_image.sh -g -bt production -cv cu113 -py 3.8
N/A
v0.8.1
No response
The text was updated successfully, but these errors were encountered:
@Chichilele You can change the base image once we have this PR merged #2435
Sorry, something went wrong.
No branches or pull requests
🐛 Describe the bug
Some of the
BASE_IMAGE
s listed in the docker/build_image.sh are missing and fail to build.11.6.0-cudnn8-runtime-ubuntu20.04
only available is 11.6.2-cudnn8-runtime-ubuntu20.0411.3.0-cudnn8-runtime-ubuntu20.04
only available is 11.3.1-cudnn8-runtime-ubuntu20.0410.2-cudnn8-runtime-ubuntu18.04
,10.1-cudnn7-runtime-ubuntu18.04
and9.2-cudnn7-runtime-ubuntu18.04
Error logs
Installation instructions
git clone cd docker ./build_image.sh -g -bt production -cv cu113 -py 3.8
Model Packaing
N/A
config.properties
N/A
Versions
v0.8.1
Repro instructions
N/A
Possible Solution
No response
The text was updated successfully, but these errors were encountered: