Python tools to submit functions on the Substra platform
Project description
Substra-tools
Python package defining base classes for Dataset (data opener script) and wrappers to execute functions submitted on the platform.
This repository also contains a Dockerfile to execute the user Python scripts on the Substra platform. This is currently needed to easily have substratools package available inside the Docker image without using a pypi server.
Getting started
To install the substratools Python package, run the following command:
pip install substratools
Pull the substra-tools Docker image
docker pull ghcr.io/substra/substra-tools:0.16.0-nvidiacuda11.8.0-base-ubuntu22.04-python3.10-workflows
Developers
Clone the repository: https://github.com/Substra/substra-tools
Build the Docker image from source
docker build -f Dockerfile .
or for the minimal image (based on alpine):
docker build -f Dockerfile.minimal .
or for the workflows image (contains additional data science dependencies):
docker build -f Dockerfile.workflows .
Setup
To setup the project in development mode, run:
pip install -e ".[test]"
To run all tests, use the following command:
python setup.py test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for substratools-0.19.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b921f286a426bcffca1aa13930f6f287ffc84682c1d05eba893e34fedde4097c |
|
MD5 | bdd857c5f9504c0c80f057a19de1abbf |
|
BLAKE2b-256 | 90a63ac15212537306a58503ff7247edcc9047bdbb79adf79e881c56ede9c292 |