Create custom dockerfile as well.

This commit is contained in:
Daniel
2025-03-17 16:05:26 +01:00
parent 5de7764e68
commit dff0f71309
4 changed files with 250 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM rpt_mmdeploy
RUN apt-get update && apt-get install -y --no-install-recommends nano
RUN pip3 install --upgrade --no-cache-dir "albumentations<1.4"
RUN sed -i '94i\ self.runner.val_loop.run()' /usr/local/lib/python3.8/dist-packages/mmengine/runner/loops.py
WORKDIR /mmpose/
CMD ["/bin/bash"]