diff --git a/Dockerfile b/Dockerfile index 936e3b1..9fcce3f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ WORKDIR /subgen COPY --from=builder /subgen/launcher.py . COPY --from=builder /subgen/subgen.py . COPY --from=builder /subgen/language_code.py . -COPY --from=builder /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages +COPY --from=builder /usr /usr # Install runtime dependencies RUN apt-get update && apt-get install -y --no-install-recommends \