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
Commits
12a2b343
Commit
12a2b343
authored
2 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
finish singularity recipe -> Docker translation
parent
bad32cc3
Branches
main
No related tags found
No related merge requests found
Pipeline
#99012
failed with stage
Stage:
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-5
5 additions, 5 deletions
Dockerfile
with
5 additions
and
5 deletions
Dockerfile
+
5
−
5
View file @
12a2b343
...
...
@@ -10,11 +10,11 @@ RUN conda update conda && \
DEBIAN_FRONTEND
=
noninteractive apt-get
-y
clean autoclean
# download the yml file
curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/conda-env-export.yml > conda-env-export.yml
conda env create --file conda-env-export.yml && \
eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.yml
RUN
curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/conda-env-export.yml
>
conda-env-export.yml
&&
\
conda
env
create
--file
conda-env-export.yml
&&
\
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.
Preview
0%
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