Skip to content

Commit

Permalink
kernel-gateway py39
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 15, 2021
1 parent 3b6077c commit 8ccaf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-sidecars/kernel_gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-
chmod +x wait-for-it.sh && mv wait-for-it.sh /root/.local/bin/

FROM base
COPY --from=python-deps /root/.local/lib/python3.8/site-packages /root/.local/lib/python3.8/site-packages
COPY --from=python-deps /root/.local/lib/python3.9/site-packages /root/.local/lib/python3.9/site-packages
COPY --from=python-deps /root/.local/bin /root/.local/bin

WORKDIR /app
Expand Down

0 comments on commit 8ccaf22

Please sign in to comment.