Skip to content

Commit

Permalink
add libmagic1 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ypkang committed Apr 23, 2024
1 parent 28aa28c commit ce54551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/docker/jaseci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG JASECI_AI_KIT_PYPI_VERSION
ARG BUILD_WITH
WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update; apt -y upgrade; apt -y install --no-install-recommends git g++ build-essential pkg-config cmake
RUN apt update; apt -y upgrade; apt -y install --no-install-recommends git g++ build-essential pkg-config cmake libmagic1
RUN pip3 install jaseci==$JASECI_PYPI_VERSION --no-cache-dir
RUN pip3 install jaseci-serv==$JASECI_SERV_PYPI_VERSION --no-cache-dir
RUN if [ -n "$BUILD_WITH" ]; then pip3 install "$BUILD_WITH"[all]==$JASECI_AI_KIT_PYPI_VERSION --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu; fi
Expand Down

0 comments on commit ce54551

Please sign in to comment.