Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mantid Nightly
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 Nightly
Commits
2c5502b2
Commit
2c5502b2
authored
1 year ago
by
Remi Perenon
Browse files
Options
Downloads
Patches
Plain Diff
Fixing python version
parent
816b6d6b
No related branches found
No related tags found
No related merge requests found
Pipeline
#22088
passed
10 months ago
Stage: build
Changes
1
Pipelines
333
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mantid-nightly.def
+1
-3
1 addition, 3 deletions
mantid-nightly.def
with
1 addition
and
3 deletions
mantid-nightly.def
+
1
−
3
View file @
2c5502b2
...
...
@@ -51,9 +51,7 @@ From: ubuntu:22.04
libxrandr2
# Installing mantid
conda create -n mantid-singularity python=3.8
conda activate mantid-singularity
conda install -c mantid/label/nightly -c conda-forge mantidworkbench
conda create -n mantid-singularity -c mantid/label/nightly -c conda-forge mantidworkbench
conda clean -ya
echo ". /opt/conda/etc/profile.d/conda.sh" >> $SINGULARITY_ENVIRONMENT
echo "conda activate mantid-singularity" >> $SINGULARITY_ENVIRONMENT
...
...
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