Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mantid Daily
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
Harbor 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
VISA Apps
Mantid Daily
Commits
1e46bee5
Commit
1e46bee5
authored
1 year ago
by
Remi Perenon
Browse files
Options
Downloads
Patches
Plain Diff
Update mantid-daily.def
parent
097eb1de
Branches
test-openGL-2023-01
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mantid-daily.def
+54
-9
54 additions, 9 deletions
mantid-daily.def
with
54 additions
and
9 deletions
mantid-daily.def
+
54
−
9
View file @
1e46bee5
Bootstrap: docker
From:
continuumio/miniconda3
From:
ubuntu:22.04
%help
mantid daily container
...
...
@@ -8,9 +8,58 @@ From: continuumio/miniconda3
Author Eric Pellegrini & Remi Perenon
Version v0.0.1
%post
apt update -y
%post -c /bin/bash
LANG=C.UTF-8 LC_ALL=C.UTF-8
apt-get update -q && \
apt-get install -q -y --no-install-recommends \
bzip2 \
ca-certificates \
git \
libglib2.0-0 \
libsm6 \
libxext6 \
libxrender1 \
mercurial \
openssh-client \
procps \
subversion \
wget \
libc-bin \
binutils \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
#apt-get update && apt-get -y upgrade
#apt-get -y install \
#build-essential \
#wget \
#bzip2 \
#ca-certificates \
#libglib2.0-0 \
#libxext6 \
#libsm6 \
#libxrender1 \
#git
#rm -rf /var/lib/apt/lists/*
#apt-get clean
#Installing Anaconda 3
wget -c "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
/bin/bash Miniconda3-latest-Linux-x86_64.sh -bfp /opt/conda
PATH=/opt/conda/bin:${PATH}
#Conda configuration of channels from .condarc file
conda config --file /.condarc --add channels defaults
conda config --file /.condarc --add channels conda-forge
conda init bash
chmod ugo+x /opt/conda/etc/profile.d/conda.sh
source /opt/conda/etc/profile.d/conda.sh
apt update -y && \
apt install -y libglu1 \
libgl1-mesa-glx \
libxcomposite-dev \
libxcursor-dev \
libxi-dev \
...
...
@@ -19,12 +68,8 @@ From: continuumio/miniconda3
libpci-dev \
libxrandr2
conda create -n mantid-singularity
conda init bash
. /root/.bashrc
conda create -n mantid-singularity python=3.8
conda activate mantid-singularity
export no_proxy=cs.ill.fr
...
...
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