Skip to content

Update Dockerfile

Update Dockerfile #12

Triggered via push January 30, 2024 00:42
Status Failure
Total duration 3m 3s
Artifacts

docker.yml

on: push
build-and-push-image
2m 55s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get -q update && apt-get -qy install apt-utils && apt-get -qy dist-upgrade && apt-get -qy auto-remove && apt-get install -qy p7zip-full software-properties-common && apt-get clean && rm -rf /var/lib/apt/lists/* && wget -nv https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin -O /etc/apt/preferences.d/cuda-repository-pin-600 && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub && add-apt-repository \\\"deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /\\\" && apt-get -q update && apt-get install -qqy cuda-11-1 cuda-nvcc-11-1\tcuda-toolkit-11-1 && wget -nv https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/libcudnn8_8.0.5.39-1+cuda11.1_amd64.deb -O /var/tmp/libcudnn8.deb && wget -nv https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/libnccl2_2.8.4-1+cuda11.1_amd64.deb -O /var/tmp/libnccl2.deb && dpkg -i /var/tmp/libcudnn8.deb /var/tmp/libnccl2.deb && fix-permissions $CONDA_DIR && fix-permissions /home/$NB_USER" did not complete successfully: exit code: 1
build-and-push-image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.