Compare commits

..

No commits in common. "289305775c09fea3f3aa7a93dad0fddec5c4b215" and "796e3a6be0f524de12650b2696e09a5759851894" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -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
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk wget \ DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-11-jdk wget build-essential checkinstall zlib1g-dev libssl-dev git
build-essential checkinstall zlib1g-dev libssl-dev git libpthread-stubs0-dev
RUN apt-get install libcudnn8=${cudnn_version}-1+${cuda_version} libcudnn8-dev=${cudnn_version}-1+${cuda_version} RUN apt-get install libcudnn8=${cudnn_version}-1+${cuda_version} libcudnn8-dev=${cudnn_version}-1+${cuda_version}