Skip to content
Snippets Groups Projects
Unverified Commit fdd023ef authored by Henning Becker's avatar Henning Becker Committed by GitHub
Browse files

Revert change of testing logic in gpu.Dockerfile (#167)

The nightly build machines don't have a GPU, so this test fails and
Docker images are not getting uploaded.

Reverting the change should fit it for now.
parent 9f813882
No related branches found
No related tags found
No related merge requests found
...@@ -52,5 +52,5 @@ CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/ ...@@ -52,5 +52,5 @@ CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/
FROM base as test FROM base as test
ENV LD_LIBRARY_PATH /usr/local/cuda/lib64/stubs/:$LD_LIBRARY_PATH ENV LD_LIBRARY_PATH /usr/local/cuda/lib64/stubs/:$LD_LIBRARY_PATH
COPY test.import_gpu.sh /test.import_gpu.sh COPY test.import_cpu.sh /test.import_cpu.sh
RUN /test.import_gpu.sh RUN /test.import_cpu.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment