Skip to content

Commit

Permalink
remove unnecessary nvidia runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-connan-cybex committed Aug 22, 2024
1 parent ef3106d commit 3180598
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ TRANSMORPHER_STORE_DERIVATIVES=true
TRANSMORPHER_DISK_ORIGINALS=localOriginals
TRANSMORPHER_DISK_IMAGE_DERIVATIVES=localImageDerivatives
TRANSMORPHER_DISK_VIDEO_DERIVATIVES=localVideoDerivatives
TRANSMORPHER_SIGNING_KEYPAIR=
#TRANSMORPHER_SIGNING_KEYPAIR=
TRANSMORPHER_OPTIMIZER_TIMEOUT=10
# More information: https://github.com/cybex-gmbh/transmorpher/tree/release/v0#configuration-options
VIDEO_TRANSCODING_WORKERS_AMOUNT=1
#CACHE_INVALIDATION_COUNTER_FILE_PATH="cacheInvalidationCounter"
#TRANSMORPHER_VIDEO_ENCODER_BITRATE=9000k
#TRANSMORPHER_VIDEO_ENCODER=cpu-hevc

# AWS
AWS_ACCESS_KEY_ID=
Expand Down
1 change: 0 additions & 1 deletion compose-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
args:
WWWGROUP: '${WWWGROUP}'
image: transmorpher-sail-${DOCKER_PHP_VERSION:-8.2}/app-nvidia
runtime: nvidia
deploy:
resources:
reservations:
Expand Down
5 changes: 5 additions & 0 deletions config/decoder/cpu.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
//
];

0 comments on commit 3180598

Please sign in to comment.