restored arm build for jupyter-python image
All checks were successful
CI / Build Jupyter python Docker images (push) Successful in 18m3s
All checks were successful
CI / Build Jupyter python Docker images (push) Successful in 18m3s
This commit is contained in:
@@ -2,7 +2,7 @@ FROM debian:stable AS build
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
--mount=type=cache,target=/var/lib/apt,sharing=locked \
|
||||
apt update &&\
|
||||
apt install -y python3 python3-dev pipx gcc g++ linux-headers-amd64 libffi-dev cargo cmake autoconf swig ninja-build patchelf meson python3-faiss
|
||||
apt install -y python3 python3-dev pipx gcc g++ libffi-dev cargo cmake autoconf swig ninja-build patchelf meson python3-faiss
|
||||
RUN adduser -u 1000 --system --shell /bin/sh --home /home/jovyan jovyan
|
||||
USER jovyan
|
||||
WORKDIR /home/jovyan
|
||||
|
Reference in New Issue
Block a user