Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Dec 5, 2024
1 parent 9bd8604 commit e85afde
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 381 deletions.
4 changes: 2 additions & 2 deletions connectorx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim AS builder
FROM python:3.12-slim AS builder

RUN apt-get update
RUN apt-get install -y curl
Expand All @@ -23,7 +23,7 @@ RUN pip install maturin[patchelf]==0.14.15
# Install the dependencies
RUN apt-get install -y clang build-essential libkrb5-dev

RUN maturin build -m connectorx-python/Cargo.toml -i python3.11 --release
RUN maturin build -m connectorx-python/Cargo.toml -i python3.12 --release

FROM builder AS base

Expand Down
Binary file not shown.
7 changes: 3 additions & 4 deletions rsm-msba-arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# find all here: https://quay.io/repository/jupyter/pyspark-notebook?tab=tags
# aarch64-ubuntu-22.04 7/25/2024
#FROM quay.io/jupyter/pyspark-notebook@sha256:319eae80d974242c03a3f744a63f373d35b17e4b9d1203c2a0175660f7b0ad0e
FROM quay.io/jupyter/pyspark-notebook@sha256:5eb0910c90e89c1e5453f76281521343ab2840bf0858119cb23c35f5fe33f6a1
# aarch64-10.22.2024
FROM quay.io/jupyter/pyspark-notebook@sha256:49678762ef988f83f22681b6086ffa56a6a27b35ad5a4adb8aede7bb3032b8db

LABEL Vincent Nijs "[email protected]"

Expand Down Expand Up @@ -127,7 +126,6 @@ RUN mamba install --quiet --yes -c conda-forge \
binutils \
libgit2 \
freetype \
fontconfig \
libpng \
libtiff \
libjpeg-turbo \
Expand Down Expand Up @@ -179,6 +177,7 @@ RUN chmod +x setup.sh \
# adding postgres
# mostly from https://docs.docker.com/engine/examples/postgresql_service/
ENV POSTGRES_VERSION=14

# upgrade to postgres 14
RUN apt -y update && \
apt -y upgrade && \
Expand Down
Loading

0 comments on commit e85afde

Please sign in to comment.