Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 4, 2025
1 parent bb2489f commit a0e79f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /install /usr/local
COPY --from=builder /install/local/bin /usr/local/lib/python3.10/dist-packages

# Install runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit a0e79f2

Please sign in to comment.