Skip to content

Commit

Permalink
building llamaindex,nlp,audio
Browse files Browse the repository at this point in the history
  • Loading branch information
b08x committed Mar 24, 2024
1 parent 4b378d8 commit 30fa3e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
image_base_name:
- minimal
# - datascience
# - llamaindex
# - nlp
# - audio
- llamaindex
- nlp
- audio

name: notebook-${{ matrix.image_base_name }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion audio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_TAG=latest
FROM b08x/notebook-datascience:$BASE_IMAGE_TAG
FROM b08x/notebook-minimal:$BASE_IMAGE_TAG

LABEL maintainer="Robert Pannick <[email protected]>"

Expand Down
8 changes: 0 additions & 8 deletions datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ LABEL maintainer="Robert Pannick <[email protected]>"

USER root

# Pre-requisites
RUN echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal main' >> /etc/apt/sources.list && \
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main' >> /etc/apt/sources.list && \
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|apt-key add - && \
apt-get update -qq && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*

# Apache Arrow
# ENV APACHE_ARROW_VERSION=10.0.0

Expand Down

0 comments on commit 30fa3e5

Please sign in to comment.