Skip to content
Snippets Groups Projects
Commit 175a8f77 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Install miniconda from artifactory

parent 28fd61dd
No related branches found
No related tags found
No related merge requests found
Pipeline #10176 passed
--- ---
conda_version: 4.5.11 conda_version: 4.5.11
miniconda_version: Miniconda3-4.3.31 miniconda_version: Miniconda3-4.3.31
miniconda_installer: "{{miniconda_version}}-Linux-x86_64.sh" miniconda_installer: "{{ miniconda_version }}-Linux-x86_64.sh"
miniconda_installer_url: "https://artifactory.esss.lu.se/artifactory/swi-pkg/anaconda/{{ miniconda_installer }}"
miniconda_installer_md5: 7fe70b214bee1143e3e3f0467b71453c miniconda_installer_md5: 7fe70b214bee1143e3e3f0467b71453c
# List of conda environment yaml files to create # List of conda environment yaml files to create
conda_env_files: [] conda_env_files: []
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
- name: download miniconda installer - name: download miniconda installer
get_url: get_url:
url: https://repo.continuum.io/miniconda/{{miniconda_installer}} url: "{{ miniconda_installer_url }}"
checksum: md5:{{miniconda_installer_md5}} checksum: md5:{{ miniconda_installer_md5 }}
dest: /opt/conda dest: /opt/conda
owner: conda owner: conda
group: users group: users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment