Skip to content

Commit

Permalink
Modify pkg-format command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Jan 10, 2025
1 parent 858ecfa commit 5e10da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/build_conda_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ "${BUILD_NV_INGEST}" -eq 1 ]]; then
echo "Building nv_ingest..."
GIT_ROOT="${GIT_ROOT}" conda build "${NV_INGEST_DIR}" \
-c nvidia/label/dev -c rapidsai -c nvidia -c conda-forge -c pytorch \
--pkg-format=conda --output-folder "${OUTPUT_DIR}" --no-anaconda-upload
--output-folder "${OUTPUT_DIR}" --no-anaconda-upload
else
echo "Skipping nv_ingest build."
fi
Expand All @@ -56,7 +56,7 @@ if [[ "${BUILD_NV_INGEST_CLIENT}" -eq 1 ]]; then
echo "Building nv_ingest_client..."
GIT_ROOT="${GIT_ROOT}/client" conda build "${NV_INGEST_CLIENT_DIR}" \
-c conda-forge \
--pkg-format=conda --output-folder "${OUTPUT_DIR}" --no-anaconda-upload
--output-folder "${OUTPUT_DIR}" --no-anaconda-upload
else
echo "Skipping nv_ingest_client build."
fi
Expand Down

0 comments on commit 5e10da5

Please sign in to comment.