We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47c270 + f66c313 commit 3604195Copy full SHA for 3604195
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