Open girishgl opened 6 months ago
Would love to know this as well!
I am also looking to use piston for AI/ML work. Please update if any solution is available to install custom libraries in Python.
I also want to know how to install pytorch!
Not clean, but functional, assuming you are using the python 3.12.0 package in a local docker install:
docker exec -it piston_api /piston/packages/python/3.12.0/bin/pip3 install WHATEVER
Otherwise make a new package with the correct pip packages installed.
By design, it seems appropriate to avoid pip installs from user code.
Hi,
We would like to use Piston for evaluating ML code, which necessitates the installation of additional libraries such as XGBoost and TensorFlow. Is there a way to install these libraries within Piston?
Currently, we are using:
Thank you for your assistance.
Regards,
Girish