Commit Graph

7 Commits

Author SHA1 Message Date
Andrei Iashchak d6db9dc99f
optimize(dockerfile): 将"copy . ."移至系统设置之后 (#1937)
将Dockerfile中的"copy . ."指令移至系统设置之后的副作用是构建过程现在将在复制文件之前缓存层。
这意味着如果系统设置保持不变,后续构建将更快,因为将重用缓存的层。

optimize(dockerfile): Moved "copy . ." after system setup

The side effect of moving the "copy . ." instruction after the system setup in the Dockerfile is that the build process will now cache the layers before copying the files.
This means that if the system setup remains unchanged, subsequent builds will be faster as the cached layers will be reused.
2024-04-11 16:53:19 +09:00
Isaac Tay 644b595287
fix: typo for rmvpe location in Dockerfile (#1261) 2023-09-17 07:29:17 +09:00
Abdellah derfoufi 50d0f2fa1e
Added NVIDIA GPU support to Docker (#1231)
* Added NVIDIA GPU support to Docker

* feat: Added NVIDIA GPU support to Docker

---------

Co-authored-by: Abdellah Derfoufi <mohammed-abdellah.derfoufi@capgemini.com>
2023-09-13 00:18:04 +09:00
NULL 569fcd8048
Update Dockerfile (#1195)
删除Docker镜像构建时的安装缓存以及禁用Python依赖安装时的缓存。可以降低最终镜像大小
2023-09-05 16:07:36 +09:00
Ftps d70b3d6f46 docker path 2023-08-28 16:06:37 +09:00
lwroo 72a4494c55
chore: extend Dockerfile, add docker-compose.yml (#1009)
Co-authored-by: lwroo.local <me@lwroo.party>
2023-08-15 10:38:42 +08:00
Sebastian Gabriel Savu d43c1d3cdd
add ability to containerize with Docker (add Dockerfile) (#240)
Co-authored-by: Sebastian Savu <sebastian.savu@bidfx.com>
2023-05-07 13:32:16 +08:00