If your code is local, you can use COPY
to copy it into the image, and then RUN pip install
locally. All this you can do in a patch for the Dockerfile, so you don’t have to edit it manually.
If your code is local, you can use COPY
to copy it into the image, and then RUN pip install
locally. All this you can do in a patch for the Dockerfile, so you don’t have to edit it manually.