Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MesoTech
Singularity
Commits
b8e3d0a6
Commit
b8e3d0a6
authored
May 27, 2021
by
Mary Baptiste
Browse files
ajout de la recette du logiciel de profiling python RunSnakeRun
parent
63810f7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
runsnakerun/README.md
0 → 100644
View file @
b8e3d0a6
# RunSnakeRun
RunSnakeRun est une interface graphique pour le profiler python.
## Liens
*
[
Dépot pip
](
https://pypi.org/project/RunSnakeRun/
)
*
[
Dépot gitlab
](
https://github.com/mcfletch/runsnakerun
)
## Construire le container
Commande de construction du container :
singularity build <path>/runsnakerun.simg runsnakerun.def
## Utiliser le container
Lancer le container :
singularity run <path>/runsnakerun.simg
runsnakerun/runsnakerun.def
0 → 100644
View file @
b8e3d0a6
Bootstrap: docker
From: ubuntu:20.04
%post
## Init
apt-get update
## Install dependancies
apt-get install -y locales yaru-theme-icon
locale-gen "en_US.UTF-8"
update-locale LC_ALL="en_US.UTF-8"
## Install target
apt-get -y install runsnakerun yaru-theme-icon
## Cleaning
apt-get clean
%files
%labels
Maintainer BCL Mary
Version v1.0.0
%environment
export LC_ALL=en_US.UTF-8
%help
******* Welcome to 'runsnakerun' singularity image *******
Use 'singularity run runsnakerun.simg' command to start
RunSnakeRun graphic session.
%runscript
exec runsnake ${@}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment