Custom software and dependencies in your Runtime
Setup Environment
step.inferless runtime
command allows users to list
, select
and upload
the runtimes.
inferless init
, continue the process and select the requirements.txt file. This will create the inferless-runtime-config.yaml
, which you can update according to your software and Python libraries requirements.
config.yaml
file and mention all the software packages and Python libraries required for the model inference. And update the runtime file name on the inferless.yaml
.
inferless runtime upload
to start the uploading process. First, you are required to pass the file name, and then you need to set a name to your runtime. Update the same to the inferless.yaml file.
Now your runtime is ready to use!