This commit is contained in:
Faraz Fallahi
2023-01-14 15:23:19 -05:00
parent 711f306f2f
commit 495870e2cc
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
# Install apt packages and Bazel and CUDA (# https://developer.nvidia.com/cuda-downloads)
# Install apt packages and Bazel and CUDA (https://developer.nvidia.com/cuda-downloads)
RUN \
set -eux && \
apt-get update && \