File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ RUN pyenv global ${PYTHON_VERSION}
3939RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin
4040RUN mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
4141RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/7fa2af80.pub
42- RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 536F8F1DE80F6A35
43- RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC
4442RUN add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ /"
4543RUN apt-get update
4644RUN apt-get install -y libcudnn8=${CUDNN_VERSION}* libcudnn8-dev=${CUDNN_VERSION}*
You can’t perform that action at this time.
0 commit comments