Skip to content

Commit

Permalink
Use apt instead of apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlynch committed Oct 26, 2024
1 parent 6e0838a commit b633056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/singularity_build.def
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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/*
apt update && apt 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 b633056

Please sign in to comment.