Modernize dockerfiles

This commit is contained in:
henryruhs
2024-11-05 00:21:17 +01:00
parent 6bd85d3cd6
commit 5137e2b1d8
7 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
services:
facefusion-cuda:
facefusion-tensorrt:
build:
context: .
dockerfile: Dockerfile.tensorrt
@@ -15,4 +15,5 @@ services:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [ gpu, video ]