Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
miniconda3-python310-pytorch-cuda11.7
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quang tru HUYNH
miniconda3-python310-pytorch-cuda11.7
Compare revisions
c662bdd3b13b6d94a311c12626d9b345f440934a to 1c64ea87aacf3a6c93d0d624e51ceacc5971c543
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tru/miniconda3-python310-pytorch-cuda11.7
Select target project
No results found
1c64ea87aacf3a6c93d0d624e51ceacc5971c543
Select Git revision
Branches
main
Swap
Target
tru/miniconda3-python310-pytorch-cuda11.7
Select target project
tru/miniconda3-python310-pytorch-cuda11.7
1 result
c662bdd3b13b6d94a311c12626d9b345f440934a
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
%post missing
· f8288f38
Quang tru HUYNH
authored
2 years ago
f8288f38
Merge branch 'main' of gitlab.pasteur.fr:tru/miniconda3-python310-pytorch-cuda11.7 into main
· 1c64ea87
Quang tru HUYNH
authored
2 years ago
1c64ea87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Singularity
+1
-3
1 addition, 3 deletions
Singularity
with
1 addition
and
3 deletions
Singularity
View file @
1c64ea87
Bootstrap: docker
From: continuumio/miniconda3
%post
# update conda and the OS
conda update conda && \
conda upgrade --all -y && \
...
...
@@ -17,6 +18,3 @@ eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.yml
This diff is collapsed.
Click to expand it.