Skip to content

Commit

Permalink
use learning loop node version 0.7.55
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Sep 4, 2023
1 parent a1c556a commit 2afd557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN pip uninstall -y nvidia-tensorboard nvidia-tensorboard-plugin-dlprof
RUN wget https://raw.githubusercontent.com/wang-xinyu/tensorrtx/master/yolov5/gen_wts.py

RUN python3 -m pip install autopep8 debugpy gunicorn pyyaml uvloop pytest-asyncio ruamel.yaml
RUN python3 -m pip install "learning_loop_node==v0.7.54"
RUN python3 -m pip install "learning_loop_node==v0.7.55"

ADD ./ /yolov5_node/trainer/
RUN ln -sf /yolov5_node/trainer /app
Expand Down

0 comments on commit 2afd557

Please sign in to comment.