Skip to content

Commit

Permalink
Fix Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 12, 2024
1 parent b0b4e2f commit 4382c14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ COPY --from=selkies-web /usr/share/nginx/html ${SELKIES_SOURCE}/gst-web

WORKDIR /opt
RUN . /opt/conda/bin/activate && \
# Remove APT install when Conda host dependency libglvnd is used
apt-get clean && apt-get update && apt-get dist-upgrade -y && apt-get install --no-install-recommends -y \
libglvnd-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/* && \
conda install -c conda-forge -y conda-build conda-pack && \
SELKIES_VERSION="${PKG_VERSION}" conda-build -c conda-forge -c nvidia --error-overlinking "${SELKIES_BUILD}" && \
conda create -n selkies-gstreamer -y --use-local -c conda-forge -c nvidia selkies-gstreamer && \
Expand Down

0 comments on commit 4382c14

Please sign in to comment.