Install Picsell CLI

The CLI Picsellia is the simplest way to manage and orchestrate your training in order to find your best hyper-parameters

1 . Prerequisites

You need to have Docker installed to use the CLI as it will launch your Scan in Docker Container

Install Docker on Windows : https://docs.docker.com/docker-for-windows/install/

Install Docker on macOS : https://docs.docker.com/docker-for-mac/install/

Install Docker on Linux : https://docs.docker.com/engine/install/ubuntu/

2 . Installation

To install the Picsell CLI on Linux:

  1. Download the latest darwin tar.gz file from https://github.com/PicselliaTeam/PicsellAgent/releases

  2. Unzip the file: tar -xvf picsell_X.X.X_darwin_x86_64.tar.gz

Optionally, install the binary in a location where you can execute it globally (e.g., /usr/local/bin) or create a symbolic link with

sudo ln -s $(PWD)/picsell /usr/local/bin

3 . Add your PICSELLIA TOKEN to your env variables

Just add you picsellia token to your bash_profile

vim ~/.bash_profile

export PICSELLIA_TOKEN=yourtoken

source ~/.bash_profile

4 . Run the CLI

picsell -h if you put picsell CLI in your path or

./picsell -h

Last updated