From c1920b043fe69da55f540e582f7b98e4fd631bd1 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Fri, 29 Nov 2024 09:36:33 +0100 Subject: [PATCH] remvoed anaconda channels --- conda/conda.yml | 5 ----- conda/conda_env.yml | 2 -- jupyterlab/jupyterlab.yml | 7 ------- jupyterlab/jupyterlab_env.yml | 2 -- 4 files changed, 16 deletions(-) diff --git a/conda/conda.yml b/conda/conda.yml index 04a7d45f..132959b0 100644 --- a/conda/conda.yml +++ b/conda/conda.yml @@ -55,11 +55,6 @@ args: executable: /bin/bash -- name: Add anaconda channel - become_user: "{{conda_vars.default_user}}" - shell: 'timeout 1m bash -c ''source {{conda_vars.CONDA_DIR}}/bin/activate && conda config --add channels anaconda''' - args: - executable: /bin/bash - name: Init .bashrc for conda become_user: "{{conda_vars.default_user}}" diff --git a/conda/conda_env.yml b/conda/conda_env.yml index 7231f5cf..4490128f 100644 --- a/conda/conda_env.yml +++ b/conda/conda_env.yml @@ -2,5 +2,3 @@ channels: - conda-forge - bioconda - - defaults - - anaconda diff --git a/jupyterlab/jupyterlab.yml b/jupyterlab/jupyterlab.yml index e131eab6..6b7d089d 100644 --- a/jupyterlab/jupyterlab.yml +++ b/jupyterlab/jupyterlab.yml @@ -53,13 +53,6 @@ executable: /bin/bash when: not jupyterlab_vars.create_only_backend -- name: Add anaconda channel - become_user: "{{ jupyterlab_vars.default_user }}" - ansible.builtin.shell: timeout 1m bash -c 'source {{jupyterlab_vars.CONDA_DIR}}/bin/activate && conda config --add channels anaconda' - args: - executable: /bin/bash - when: not jupyterlab_vars.create_only_backend - - name: Init .bashrc for conda become_user: "{{ jupyterlab_vars.default_user }}" ansible.builtin.shell: timeout 1m bash -c 'source {{ jupyterlab_vars.CONDA_DIR}}/bin/activate && conda init' diff --git a/jupyterlab/jupyterlab_env.yml b/jupyterlab/jupyterlab_env.yml index 4e18d0ce..18e58bbe 100644 --- a/jupyterlab/jupyterlab_env.yml +++ b/jupyterlab/jupyterlab_env.yml @@ -2,8 +2,6 @@ channels: - conda-forge - bioconda - - defaults - - anaconda dependencies: # renovate datasource=conda depName=conda-forge/notebook - notebook=7.0.6