Skip to content

Commit 4afeb15

Browse files
committed
Solve minor bug from python port in docker.
1 parent b88d62d commit 4afeb15

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/runtime/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ COPY --from=builder /usr/local/lib/*.so /usr/local/lib/*.so* /usr/local/lib/*.dl
8585
# Copy node dependencies (and port) from builder
8686
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
8787

88-
# Copy python dependencies and port from builder
89-
COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/__init__.py /usr/local/lib/python3.7/dist-packages/metacall/
90-
COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/__pycache__/__init__.cpython-37.pyc /usr/local/lib/python3.7/dist-packages/metacall/__pycache__/
88+
# Copy python dependencies (and port) from builder
89+
COPY --from=builder /usr/local/lib/python3.7/dist-packages/metacall/ /usr/local/lib/python3.7/dist-packages/metacall/
9190

9291
# Copy headers from builder
9392
COPY --from=builder /usr/local/include/metacall /usr/local/include/metacall

0 commit comments

Comments
 (0)