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
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quang tru HUYNH
miniconda3-python310-pytorch-cuda11.7
Commits
efebf600
Commit
efebf600
authored
2 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
+ cleanup, remove artefact
parent
c03e767b
No related branches found
No related tags found
No related merge requests found
Pipeline
#99118
passed
2 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-3
0 additions, 3 deletions
.gitlab-ci.yml
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
Singularity
+2
-1
2 additions, 1 deletion
Singularity
with
4 additions
and
5 deletions
.gitlab-ci.yml
+
0
−
3
View file @
efebf600
...
...
@@ -22,6 +22,3 @@ singularity:
-
singularity build singularity.sif Singularity
-
ls -lh singularity.sif
-
singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":latest
artifacts
:
paths
:
-
singularity.sif
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
1
View file @
efebf600
...
...
@@ -13,7 +13,8 @@ RUN curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/r
conda create
--name
py310-pytorch-1.13.1
--file
conda-list--explicit.yml
&&
\
eval
"
$(
conda shell.bash hook
)
"
&&
\
conda activate py310-pytorch-1.13.1
&&
\
conda list
--explicit
>
/conda-list--explicit.yml
conda list
--explicit
>
/conda-list--explicit.yml
&&
\
conda clean
--all
--yes
ADD
https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/runscript.sh /runscript.sh
RUN
chmod
755 /runscript.sh
...
...
This diff is collapsed.
Click to expand it.
Singularity
+
2
−
1
View file @
efebf600
...
...
@@ -15,7 +15,8 @@ curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/m
conda create --name py310-pytorch-1.13.1 --file conda-list--explicit.yml && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch-1.13.1 && \
conda list --explicit > /conda-list--explicit.yml
conda list --explicit > /conda-list--explicit.yml && \
conda clean --all --yes
%post
eval "$(conda shell.bash hook)" && \
...
...
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