Skip to content

Commit

Permalink
testing new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Mar 26, 2024
1 parent 9d3963c commit ef378c5
Show file tree
Hide file tree
Showing 7 changed files with 17,943 additions and 723 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ci
platforms: linux/arm64,linux/amd64
push: true
tags: openscapes/python:latest, openscapes/python:${{ env.DOCKER_TAG }}

Expand Down
9 changes: 1 addition & 8 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
FROM pangeo/base-image:2023.01.13
FROM pangeo/base-image:2024.03.22
# build file for pangeo images
RUN conda init zsh && conda init bash

COPY --chown=jovyan:jovyan . /home/jovyan/.kernels

USER root

ENV QUARTO_CLI=https://github.com/quarto-dev/quarto-cli/releases/download/v1.3.433/quarto-1.3.433-linux-amd64.deb

RUN wget -O /tmp/quarto.deb ${QUARTO_CLI} && dpkg -i /tmp/quarto.deb && rm -rf /tmp/quarto.deb && apt-get clean

USER ${NB_USER}

WORKDIR ${HOME}/.kernels

RUN chmod +x install-kernels.sh && cd /home/jovyan/.kernels && ./install-kernels.sh environments


ENV JUPYTERHUB_HTTP_REFERER=https://openscapes.2i2c.cloud/

9 changes: 0 additions & 9 deletions ci/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ xclip
ffmpeg
build-essential
software-properties-common

libgl1-mesa-glx
dbus-x11
xorg
xfce4
xfce4-panel
xfce4-session
xfce4-settings
xubuntu-icon-theme
658 changes: 0 additions & 658 deletions ci/conda-linux-64.lock

This file was deleted.

Loading

0 comments on commit ef378c5

Please sign in to comment.