Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PanGeTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Mergez
PanGeTools
Commits
02650d4c
Commit
02650d4c
authored
1 year ago
by
Alexis Mergez
Browse files
Options
Downloads
Patches
Plain Diff
v1.5.1
Added JuliaEnv image
parent
c6991052
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
JuilaEnv.def
+45
-0
45 additions, 0 deletions
JuilaEnv.def
Panache.def
+0
-1
0 additions, 1 deletion
Panache.def
with
45 additions
and
1 deletion
JuilaEnv.def
0 → 100644
+
45
−
0
View file @
02650d4c
Bootstrap: docker
From: ubuntu:22.04
Stage: build
%environment
export TZ="Europe/Paris"
export DEBIAN_FRONTEND="noninteractive"
export PATH="/apps/bin:$PATH"
%post
export TZ="Europe/Paris"
export DEBIAN_FRONTEND="noninteractive"
apt-get update && apt-get upgrade -y \
&& apt-get install -y \
wget \
&& apt-get clean \
&& apt-get purge \
&& rm -rf /var/lib/apt/lists/*
export PATH="/apps/bin:$PATH"
mkdir -p /apps/bin && cd /apps
# Installing julia
wget --no-check-certificate https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.0-linux-x86_64.tar.gz
tar -xzvf julia-1.10.0-linux-x86_64.tar.gz
cd julia-1.10.0
ln -s /apps/julia-1.10.0/bin/julia /apps/bin/julia
julia -e 'using Pkg;Pkg.add("BioGraph")'
%test
julia --version
%runscript
exec julia "$@"
%labels
Author alexis.mergez@inrae.fr
Version VERSION_NUMBER
julia.Version 1.10.0
about.repo https://forgemia.inra.fr/alexis.mergez/pangetools
%help
This is an unofficial container for julia env v1.10.0.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Panache.def
+
0
−
1
View file @
02650d4c
...
...
@@ -3,7 +3,6 @@ From: ubuntu:20.04
Stage: build
%environment
export PATH="/root/.cargo/bin:/apps/bin:${PATH}"
export TZ="Europe/Paris"
export DEBIAN_FRONTEND="noninteractive"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment