浏览代码

Merge pull request #39 from rayedbw/patch-3

Update Dockerfile
Sebastian Raschka 1 年之前
父节点
当前提交
d419c02792
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -1,4 +1,4 @@
-FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
+FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
 
 RUN <<EOF
 apt-get update