Skip to content

Commit

Permalink
TensorRT index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Jun 1, 2024
1 parent f4f1bba commit 82add38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/build/layer0/nvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ build_nvidia_install_kohya_ss() {

build_common_install_kohya_ss
cd /opt/kohya_ss
micromamba run -n kohya_ss $PIP_INSTALL tensorflow tensorboard tensorrt==10.0.1 \
micromamba run -n kohya_ss $PIP_INSTALL tensorrt==10.0.1 -extra-index-url https://pypi.nvidia.com
micromamba run -n kohya_ss $PIP_INSTALL tensorflow tensorboard \
-r requirements_linux_docker.txt

ln -s /opt/micromamba/envs/kohya_ss/lib/python${PYTHON_VERSION}/site-packages/tensorrt_libs/libnvinfer.so.10 \
Expand Down

0 comments on commit 82add38

Please sign in to comment.