Compare commits
No commits in common. "289305775c09fea3f3aa7a93dad0fddec5c4b215" and "796e3a6be0f524de12650b2696e09a5759851894" have entirely different histories.
289305775c
...
796e3a6be0
|
@ -12,9 +12,7 @@ RUN add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/r
|
|||
RUN apt-get update
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk wget \
|
||||
build-essential checkinstall zlib1g-dev libssl-dev git libpthread-stubs0-dev
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk wget build-essential checkinstall zlib1g-dev libssl-dev git
|
||||
|
||||
|
||||
RUN apt-get install libcudnn8=${cudnn_version}-1+${cuda_version} libcudnn8-dev=${cudnn_version}-1+${cuda_version}
|
||||
|
|
Loading…
Reference in New Issue