We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be useful for anyone that wants to get the project running with Singularity.
This was tested on a fresh install of Ubuntu Server 22.04.1 LTS in VirtualBox.
user@host:~$ wget https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-jammy_amd64.deb user@host:~$ sudo apt install runc user@host:~$ sudo dpkg -i singularity-ce_3.10.4-jammy_amd64.deb
user@host:~$ git clone https://github.com/ellisk42/ec.git user@host:~$ cd ec/
.gitmodules
3c3 < url = https://github.com/insperatum/pregex.git --- > url = [email protected]:insperatum/pregex.git 6c6 < url = https://github.com/insperatum/pinn.git --- > url = [email protected]:insperatum/pinn.git
singularity
41c41 < pip install git+https://github.com/MaxHalford/vose --- > pip install git+https://github.com/MaxHalford/vose@fae179e5afa45f224204519c10957d087633ae60
user@host:~/ec$ git submodule update --recursive --init user@host:~/ec$ sudo singularity build container.img singularity user@host:~/ec$ ./container.img
Singularity> python bin/text.py -t 20 -RS 5000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This might be useful for anyone that wants to get the project running with Singularity.
This was tested on a fresh install of Ubuntu Server 22.04.1 LTS in VirtualBox.
.gitmodules
.singularity
to use the latest version of numpy that supports Python 3.7.The text was updated successfully, but these errors were encountered: