We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f02eb commit f66c313Copy full SHA for f66c313
1 file changed
PyTorch/Recommendation/DLRM/Dockerfile_preprocessing
@@ -25,6 +25,7 @@ ARG SPARK_VERSION
25
ARG DGX_VERSION
26
ARG NUMBER_OF_GPUS
27
28
+RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
29
RUN apt update && \
30
apt install -y openjdk-8-jdk && \
31
apt install -y curl
0 commit comments