Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
conda-container-howto
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
conda-container-howto
Commits
3ac73e23
Commit
3ac73e23
authored
3 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
using list --explicit
parent
7d0891a1
No related branches found
No related tags found
No related merge requests found
Pipeline
#82783
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
00-pythonnet.md
+11
-0
11 additions, 0 deletions
00-pythonnet.md
pythonnet-explicit.yml
+28
-0
28 additions, 0 deletions
pythonnet-explicit.yml
with
39 additions
and
0 deletions
00-pythonnet.md
+
11
−
0
View file @
3ac73e23
...
@@ -53,6 +53,17 @@ conda env export --no-builds > conda-env-export-no-builds.yml
...
@@ -53,6 +53,17 @@ conda env export --no-builds > conda-env-export-no-builds.yml
conda env create -n pythonnet-from-yml --file ~/conda.d/pythonnet.yml
conda env create -n pythonnet-from-yml --file ~/conda.d/pythonnet.yml
```
```
### Using `conda list --explicit` instead of `conda env export`
```
conda activate pythonnet
conda list --explicit > ~/conda.d/pythonnet-explicit.yml
```
re-use with:
```
conda create --name toto --file ~/conda.d/pythonnet-explicit.yml
```
## Adding the yml file in the projet
## Adding the yml file in the projet
Just upload the file to your gitlab to make it available later from
Just upload the file to your gitlab to make it available later from
your container builder or colleague.
your container builder or colleague.
...
...
This diff is collapsed.
Click to expand it.
pythonnet-explicit.yml
0 → 100644
+
28
−
0
View file @
3ac73e23
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
@
EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2021.5.30-ha878542_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.36.1-hea4e1c9_2.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-11.1.0-h56837e0_8.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/tzdata-2021a-he74cb21_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/libgomp-11.1.0-hc902ee8_8.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-1_gnu.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-11.1.0-hc902ee8_8.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.3-h58526e2_2.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.2-h58526e2_4.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1k-h7f98852_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.5-h516909a_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.11-h516909a_1010.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/mono-6.12.0.90-h780b84a_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/readline-8.1-h46c0cb4_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.11-h21135ba_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.36.0-h9cd32fc_0.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/python-3.9.6-h49503c6_1_cpython.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/pycparser-2.20-pyh9f0ad1d_2.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.9-2_cp39.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/wheel-0.37.0-pyhd8ed1ab_1.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/pythonnet-2.5.2-py39he80948d_3.tar.bz2
https://conda.anaconda.org/conda-forge/linux-64/setuptools-57.4.0-py39hf3d152e_0.tar.bz2
https://conda.anaconda.org/conda-forge/noarch/pip-21.2.4-pyhd8ed1ab_0.tar.bz2
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