Merge pull request #18 from mathematicalmichael/patch-1

ensure correct permissions (enforced)
This commit is contained in:
Chris 2020-07-12 01:07:17 +02:00 committed by GitHub
commit ffe73f572f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,3 +3,4 @@
FROM nvidia/cuda:10.1-base-ubuntu18.04
LABEL maintainer="Christoph Schranz <christoph.schranz@salzburgresearch.at>"
# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
RUN chmod 1777 /tmp && chmod 1777 /var/tmp