giskard/giskard-ml-worker/ml-worker.dockerfile
Add your python dependencies here
, write the following line: giskard/giskard-ml-worker/ml-worker.dockerfile
. To do that, here are the steps:vim giskard-ml-worker/ml-worker.dockerfile
Python3.7
in the first line by your Python version (press i
to edit in the vim text editor). You can find the Python images according to your Python version in this dockerhub link:wq
in the vim editor)GISKARD_JWT_SECRET
environment variable. Its value should contain a base64 encoded bytes sequence of at least 128 bytes.