Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennu-Li committed Mar 16, 2023
1 parent 7ad285a commit 85a1c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/builder/gpu/ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:11.8.0-devel-ubuntu20.04

ENV CMAKE_VERSION="v3.23"
ENV CMAKE_TAR="cmake-3.23.0-linux-x86_64.tar.gz"
ENV CMAKE_TAR="cmake-3.23.1-linux-x86_64.tar.gz"
RUN apt-get update && apt-get install -y --no-install-recommends wget curl g++ gcc ca-certificates\
make ccache python3-dev gfortran python3-setuptools swig libopenblas-dev pip \
&& apt-get remove --purge -y \
Expand Down

0 comments on commit 85a1c3b

Please sign in to comment.