【深度学习】SDXL TensorRT Dockerfile Docker容器

过程

docker push kevinchina/deeplearning:cuda12.1torch2.1.1

FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
ENV DEBIAN_FRONTEND=noninteractive

# 安装基本软件包
RUN apt-get update && \
    apt-get upgrade -y && \
    apt-get -y --no-install-recommends install vim wget curl git build-essential python3.10 python3-pip python3.10-venv sudo && \
    update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1

相关推荐

  1. 深度学习】SDXL TensorRT Dockerfile Docker容器

    2024-02-01 11:14:02       58 阅读
  2. Docker学习——容器

    2024-02-01 11:14:02       40 阅读
  3. 深度学习

    2024-02-01 11:14:02       51 阅读
  4. 深度学习????????

    2024-02-01 11:14:02       54 阅读
  5. 深入理解 Docker 容器技术

    2024-02-01 11:14:02       34 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-01 11:14:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-01 11:14:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-02-01 11:14:02       87 阅读
  4. Python语言-面向对象

    2024-02-01 11:14:02       96 阅读

热门阅读

  1. Vue-Router: 如何使用异步组件来实现路由懒加载

    2024-02-01 11:14:02       55 阅读
  2. C++调用yolo模型有哪些方法

    2024-02-01 11:14:02       53 阅读
  3. Codeforces Round 922 (Div. 2)(A~D)补题

    2024-02-01 11:14:02       57 阅读
  4. Docker部署Tomcat

    2024-02-01 11:14:02       57 阅读
  5. Socket.D v2.3.9 发布(增加 node.js server 适配)

    2024-02-01 11:14:02       57 阅读