updated to non-docker-compose build and run

This commit is contained in:
Christoph Schranz
2020-07-14 17:11:06 +02:00
parent ffe73f572f
commit 708643b60c
2 changed files with 20 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
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
############################################################################
#################### Dependency: jupyter/base-image ########################