Skip to content

Commit 2d4f93f

Browse files
committed
[docker] first lines cannot be comments
apparently
1 parent bb37032 commit 2d4f93f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ARG CUDA_TAG=9.2-devel
2+
FROM nvidia/cuda:$CUDA_TAG
3+
LABEL maintainer="AliceVision Team [email protected]"
4+
15
# use CUDA_TAG to select the image version to use
26
# see https://hub.docker.com/r/nvidia/cuda/
37
#
@@ -7,9 +11,6 @@
711
# then execute with nvidia docker (https://github.com/nvidia/nvidia-docker/wiki/Installation-(version-2.0))
812
# docker run -it --runtime=nvidia popsift
913

10-
LABEL maintainer="AliceVision Team [email protected]"
11-
ARG CUDA_TAG=9.2-devel
12-
FROM nvidia/cuda:$CUDA_TAG
1314

1415
# OS/Version (FILE): cat /etc/issue.net
1516
# Cuda version (ENV): $CUDA_VERSION

0 commit comments

Comments
 (0)