Skip to content

Commit

Permalink
copy python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Jan 18, 2024
1 parent 8815ced commit 4ddf503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine-learning/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ USER root

FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 as prod-cuda

COPY --from=builder-cuda /usr/local/bin/python /usr/local/bin/python
COPY --from=builder-cuda /usr/local/bin/python3 /usr/local/bin/python3
COPY --from=builder-cuda /usr/local/lib/python3.11 /usr/local/lib/python3.11
COPY --from=builder-cuda /usr/local/lib/libpython3.11.so /usr/local/lib/libpython3.11.so

Expand Down

0 comments on commit 4ddf503

Please sign in to comment.