Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ENV CMAKE_PREFIX_PATH="$(dirname $(which conda))/../"
RUN apt-get update && apt-get install -y git libglib2.0-0 libsm6 libxrender-dev \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get update ##[edited]
RUN apt-get install ffmpeg libsm6 libxext6 -y
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

libsm6 is already included in line 11


# Install mmfashion
RUN conda clean --all
Expand Down