Skip to content

Commit

Permalink
Conda without overlinking error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Aug 13, 2024
1 parent 0defbb6 commit d47b11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --from=selkies-web /usr/share/nginx/html ${SELKIES_SOURCE}/gst-web
WORKDIR /opt
RUN . /opt/conda/bin/activate && \
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}" && \
SELKIES_VERSION="${PKG_VERSION}" conda-build -c conda-forge -c nvidia "${SELKIES_BUILD}" && \
conda create -n selkies-gstreamer -y --use-local -c conda-forge -c nvidia selkies-gstreamer && \
conda-pack -f -n selkies-gstreamer --arcroot selkies-gstreamer -o /opt/selkies-gstreamer-conda.tar.gz --format tar.gz --compress-level 7 -j -1 && \
conda-build purge-all && conda clean --all -f -y

0 comments on commit d47b11b

Please sign in to comment.