Skip to content

Commit

Permalink
toolchain: Fix Dockerfile.cuda_mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 9, 2020
1 parent 9fba167 commit 8bd161b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/Dockerfile.cuda_mkl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG LIBINT_LMAX=5
# WARNING: The resulting image will violate the GPL and must not be distributed.

# install Ubuntu packages.
COPY ./install_requirements_ubuntu:18.04.sh .
RUN ./install_requirements_ubuntu:18.04.sh
COPY ./install_requirements_ubuntu.sh .
RUN ./install_requirements_ubuntu.sh

# Install some more Ubuntu packages.
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
Expand Down

0 comments on commit 8bd161b

Please sign in to comment.