Skip to content

Commit

Permalink
Install ffmpeg in singularity container?
Browse files Browse the repository at this point in the history
Not sure if this is right
  • Loading branch information
galenlynch committed Oct 26, 2024
1 parent 5c8c875 commit 6e0838a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
libseccomp-dev \
wget \
pkg-config \
procps \
ffmpeg
procps
- name: Install GO
run: |
wget https://dl.google.com/go/go$GO_VERSION.$GO_OS-$GO_ARCH.tar.gz
Expand Down
1 change: 1 addition & 0 deletions scripts/singularity_build.def
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Stage: build
cp -R . ${SINGULARITY_ROOTFS}/aind-behavior-video-transformation

%post
apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
cd ${SINGULARITY_ROOTFS}/aind-behavior-video-transformation
pip install .[ephys] --no-cache-dir
rm -rf ${SINGULARITY_ROOTFS}/aind-behavior-video-transformation

0 comments on commit 6e0838a

Please sign in to comment.