Skip to content

Commit

Permalink
Tests/Install/linux/Dockerfile-Ubuntu14-GPU: fix parameter name
Browse files Browse the repository at this point in the history
mahilleb-msft authored and wolfma61 committed Mar 10, 2017

Verified

This commit was signed with the committer’s verified signature.
PromoFaux Adam Warner
1 parent 4cde175 commit 21bf3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Install/linux/Dockerfile-Ubuntu14-GPU
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ FROM nvidia/cuda:8.0-runtime-ubuntu14.04
# use nvidia-docker to run!

ARG PY_VERSION
ARG PYWHEEL_BASE_URL
ARG WHEEL_BASE_URL

# Set up fake user / sudo environment:

@@ -21,5 +21,5 @@ COPY BinaryDrop.tar.gz /home/testuser
RUN chown -R testuser:testuser /home/testuser

# TODO run repeated
RUN su - testuser -c "./test_wrapper.sh BinaryDrop.tar.gz $PY_VERSION $PYWHEEL_BASE_URL"
RUN su - testuser -c "./test_wrapper.sh BinaryDrop.tar.gz $PY_VERSION $WHEEL_BASE_URL"
RUN /root/prep-run-test.sh

0 comments on commit 21bf3af

Please sign in to comment.