Skip to content

Commit

Permalink
update docker file to clean space
Browse files Browse the repository at this point in the history
  • Loading branch information
studyfranco authored Jan 22, 2024
1 parent 3631886 commit 1054fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ RUN set -x \
&& wget --no-check-certificate $defaultlibvmaf -O /libvmaf/libvmaf.tar.gz \
&& tar -xzf /libvmaf/libvmaf.tar.gz -C /libvmaf/ \
&& mv /libvmaf/$pathtomodelfromdownload/* /usr/share/model/ \
&& rm -r /libvmaf
&& rm -r /libvmaf \
&& DEBIAN_FRONTEND=noninteractive apt purge -y wget \
&& rm -rf /var/log/*

COPY init.sh /
COPY --chown=vmsam:vmsam src/*.ini src/*.py run.sh /home/vmsam/
Expand Down

0 comments on commit 1054fcc

Please sign in to comment.