Adding python packages to docker #644
Answered
by
jourdain
thsmit
asked this question in
Trame/ParaView
-
Dear all, I am building a trame app (vue2) and I am using 'non-standard' python packages. They are installed in the venv via pip. What is the right way to add these python packages to docker so the app will work via a docker container as well? |
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Dec 12, 2024
Replies: 1 comment 1 reply
-
You have access to a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thsmit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have access to a
requirements.txt
orinitialize.sh
to do anything you want.