opendatahub-io / modelmesh-serving

Controller for ModelMesh
Apache License 2.0
3 stars 31 forks source link

fix docker build fail issue #268

Closed Jooho closed 7 months ago

Jooho commented 7 months ago

t): File "/usr/lib/python3.6/site-packages/pip/utils/init.py", line 565, in untar_file tarfile.data_filter(member.replace(name=fn), location) AttributeError: module 'tarfile' has no attribute 'data_filter' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/lib/python3.6/site-packages/pip/commands/install.py", line 346, in run requirement_set.prepare_files(finder) File "/usr/lib/python3.6/site-packages/pip/req/req_set.py", line 381, in prepare_files ignore_dependencies=self.ignore_dependencies)) File "/usr/lib/python3.6/site-packages/pip/req/req_set.py", line 623, in _prepare_file session=self.session, hashes=hashes) File "/usr/lib/python3.6/site-packages/pip/download.py", line 822, in unpack_url hashes=hashes File "/usr/lib/python3.6/site-packages/pip/download.py", line 664, in unpack_http_url unpack_file(from_path, location, content_type, link) File "/usr/lib/python3.6/site-packages/pip/utils/init.py", line 622, in unpack_file untar_file(filename, location) File "/usr/lib/python3.6/site-packages/pip/utils/init.py", line 566, in untar_file except tarfile.LinkOutsideDestinationError: AttributeError: module 'tarfile' has no attribute 'LinkOutsideDestinationError'

openshift-ci[bot] commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Jooho

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/opendatahub-io/modelmesh-serving/blob/release-0.11.1/OWNERS)~~ [Jooho] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment