diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:59:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:59:12 +0200 |
| commit | bc5e45a8dd8a4141afb2431f372d6d4b87a5c8b9 (patch) | |
| tree | d64b85ae5ecbb173c18af1ad4401d9cb5ee705e0 /app/relay/modules/pix2pixhd.js | |
| parent | a446b75333ebf0216a0bfc6e345fdee553a7e1eb (diff) | |
img opz
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 34fc972..46663ef 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -4,9 +4,8 @@ import fs from 'fs' const name = 'pix2pixhd' const cwd = process.env.PIX2PIXHD_CWD || path.join(process.env.HOME, 'code/' + name + '/') const env = { - LD_LIBRARY_PATH: process.env.HOME + '/Downloads/TensorRT-3.0.4/lib', + LD_LIBRARY_PATH: '/usr/local/cuda/lib64:' + process.env.HOME + '/Downloads/TensorRT-3.0.4/lib', } -console.log(env) const fetch = { type: 'perl', |
