Skip to content

Commit

Permalink
add pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Oct 21, 2024
1 parent 9e0fba6 commit 63e4aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-images/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ RUN apt-get update \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash \
&& apt-get install -y --no-install-recommends \
git-lfs zlib1g-dev git-core bash-completion \
libncurses-dev \
libncurses-dev pkg-config \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
4 changes: 2 additions & 2 deletions images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER root
RUN apt-get update && \
apt-get install -y --no-install-recommends \
# for torch vision and huggingface nlp and opencv
libsndfile1 ffmpeg libsm6 libxext6 libgl1\
libsndfile1 ffmpeg libsm6 libxext6 libgl1 pkg-config libcusparselt0 libcusparselt-dev \
# deps for nvidia nemo_toolkit
libsndfile1 sox libfreetype6 swig libavdevice-dev \
&& apt-get clean \
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN wget -O /tmp/openjdk.tar.gz https://github.com/adoptium/temurin8-binaries/re

RUN apt-get update \
&& apt-get install -yq --no-install-recommends \
maven libcusparselt0 libcusparselt-dev \
maven \
&& apt-get clean \
&& rm -rf /tmp/* /var/lib/apt/lists/*

Expand Down

0 comments on commit 63e4aec

Please sign in to comment.