From 0fa543384b5a4dfdb7734050321809c83040e4aa Mon Sep 17 00:00:00 2001 From: betolink Date: Tue, 26 Mar 2024 10:34:02 -0500 Subject: [PATCH] testing leaner env --- ci/Dockerfile | 2 -- ci/conda-lock.yml | 18 +++++++++--------- ci/environment.yml | 1 - 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index a9a9667..37769d5 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -4,8 +4,6 @@ RUN conda init zsh && conda init bash COPY --chown=jovyan:jovyan . /home/jovyan/.kernels -USER ${NB_USER} - WORKDIR ${HOME}/.kernels RUN chmod +x install-kernels.sh && cd /home/jovyan/.kernels && ./install-kernels.sh environments diff --git a/ci/conda-lock.yml b/ci/conda-lock.yml index 38f7292..ba345bd 100644 --- a/ci/conda-lock.yml +++ b/ci/conda-lock.yml @@ -7620,7 +7620,7 @@ package: category: main optional: false - name: jupyterhub-base - version: 4.1.2 + version: 4.1.3 manager: conda platform: linux-64 dependencies: @@ -7641,10 +7641,10 @@ package: sqlalchemy: '>=1.4' tornado: '>=5.1' traitlets: '>=4.3.2' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterhub-base-4.1.2-pyh31011fe_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterhub-base-4.1.3-pyh31011fe_0.conda hash: - md5: 91e198b04cddf15a11d3948902b326f4 - sha256: 0b259e764f9fcb3202b64b23cef033201741bd2819222e744a7797115a95b7bb + md5: 4cb0e27ffdabb50c578f61537d2d8a36 + sha256: f3b91d1405c0d59105198f5050258957ad2fc9bd5a34448aa0b5d84f37b7f40a category: main optional: false - name: kerchunk @@ -8699,18 +8699,18 @@ package: category: main optional: false - name: jupyterhub-singleuser - version: 4.1.2 + version: 4.1.3 manager: conda platform: linux-64 dependencies: __unix: '' - jupyterhub-base: 4.1.2 + jupyterhub-base: 4.1.3 jupyterlab: '>=3.1' python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterhub-singleuser-4.1.2-pyh31011fe_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterhub-singleuser-4.1.3-pyh31011fe_0.conda hash: - md5: 9727c36e1a6de880bd8cba4bdfdd4cce - sha256: e9e02d623d62bc33e70d3d773c122d39272558b10b8cb1f021b919da719efc76 + md5: 6467148c37dc3449a797089d49046113 + sha256: 58a232e47c1feab9c8bd23d79418bd683717f068972daa667ce0cbb1b5dcac01 category: main optional: false - name: jupyterlab-git diff --git a/ci/environment.yml b/ci/environment.yml index fef25d8..fe58038 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -89,4 +89,3 @@ dependencies: - quarto platforms: - linux-64 - - osx-64