Skip to content

Commit

Permalink
Changing location of ARG for cudaversion due to weird behavior #680
Browse files Browse the repository at this point in the history
  • Loading branch information
hemenkapadia committed Sep 28, 2018
1 parent 9b56065 commit 866c611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile-runtime
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ARG docker_name
ARG cudaversion

FROM $docker_name

MAINTAINER H2o.ai <ops@h2o.ai>

# Refer https://github.com/moby/moby/issues/34129 for weird ARG behavior
ARG cudaversion

ENV HOME=/root
ENV CUDA_HOME=/usr/local/cuda
ENV PATH=/usr/local/cuda/bin:$PATH
Expand Down

0 comments on commit 866c611

Please sign in to comment.