Update CUDA version to 11.8 (#26492)

Signed-off-by: Li Liu <li.liu@zilliz.com>
This commit is contained in:
liliu-z 2023-08-21 15:36:20 +08:00 committed by GitHub
parent eae02de8bd
commit 1e28c6e356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
# or implied. See the License for the specific language governing permissions and limitations under the License.
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-devel-ubuntu20.04
RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-certificates gnupg2 && \
wget -qO- "https://cmake.org/files/v3.24/cmake-3.24.0-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local && \