Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acarre-EnvPasteur
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
bis
acarre-EnvPasteur
Commits
54ac40ae
Commit
54ac40ae
authored
2 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
45c8a9bc
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
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
Singularity
+2
-1
2 additions, 1 deletion
Singularity
with
4 additions
and
2 deletions
Dockerfile
+
2
−
1
View file @
54ac40ae
...
...
@@ -16,7 +16,8 @@ RUN curl https://gitlab.pasteur.fr/bis/acarre-envpasteur/-/raw/main/conda-list-e
eval
"
$(
conda shell.bash hook
)
"
&&
\
conda activate EnvPasteur
&&
\
conda list
--explicit
>
/conda-list-explicit.yml
&&
\
conda
env export
>
/conda-env-export.yml
conda
env export
>
/conda-env-export.yml
&&
\
conda clean
--all
--yes
ADD
https://gitlab.pasteur.fr/bis/acarre-envpasteur/-/raw/main/runscript.sh /runscript.sh
RUN
chmod
755 /runscript.sh
...
...
This diff is collapsed.
Click to expand it.
Singularity
+
2
−
1
View file @
54ac40ae
...
...
@@ -18,7 +18,8 @@ conda create --name EnvPasteur --file conda-list-explicit.yml && \
eval "$(conda shell.bash hook)" && \
conda activate EnvPasteur && \
conda list --explicit > /conda-list-explicit.yml && \
conda env export > /conda-env-export.yml
conda env export > /conda-env-export.yml && \
conda clean --all --yes
%runscript
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