Skip to content

Commit

Permalink
Add python packages licenses (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
haixiw authored Sep 11, 2023
1 parent 8bc04e0 commit b5a4f87
Show file tree
Hide file tree
Showing 2 changed files with 14,999 additions and 0 deletions.
3 changes: 3 additions & 0 deletions huggingface/pytorch/tgi/docker/1.0.3/py3/cu118/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ RUN HOME_DIR=/root && \
${HOME_DIR}/oss_compliance/generate_oss_compliance.sh ${HOME_DIR} python && \
rm -rf ${HOME_DIR}/oss_compliance*

# From Scallion open-source dependencies
COPY llm-hosting-container/huggingface/pytorch/tgi/docker/1.0.3/py3/cu118/THIRD-PARTY-LICENSES /root/THIRD-PARTY-LICENSES
# From generate_oss_compliance.sh
COPY llm-hosting-container/huggingface/pytorch/tgi/docker/1.0.3/py3/cu118/PYTHON_PACKAGES_LICENSES /root/PYTHON_PACKAGES_LICENSES

RUN /opt/conda/bin/conda clean -py

Expand Down
Loading

0 comments on commit b5a4f87

Please sign in to comment.