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 && \

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Faraz Fallahi
Copyright (c) 2016-2023 Faraz Fallahi <fffaraz@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal