kubeflow / fairing

Python SDK for building, training, and deploying ML models
Apache License 2.0
337 stars 144 forks source link

Fix problem that cannot find requirements.txt #510

Closed jinchihe closed 4 years ago

jinchihe commented 4 years ago

What this PR does / why we need it:

Fix problem that cannot find requirements.txt, see more in #496

(python36) [root@jinchi1 ~]# wget https://test-files.pythonhosted.org/packages/fd/d0/f79c8491c7ac5b095377407307593528b652a58b465a3f82f8972ebaa415/kubeflow-fairing-0.7.3.tar.gz
--2020-06-18 02:05:45--  https://test-files.pythonhosted.org/packages/fd/d0/f79c8491c7ac5b095377407307593528b652a58b465a3f82f8972ebaa415/kubeflow-fairing-0.7.3.tar.gz
Resolving test-files.pythonhosted.org (test-files.pythonhosted.org)... 151.101.65.63, 151.101.129.63, 151.101.1.63, ...
Connecting to test-files.pythonhosted.org (test-files.pythonhosted.org)|151.101.65.63|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 99427 (97K) [application/x-tar]
Saving to: 'kubeflow-fairing-0.7.3.tar.gz'

100%[=====================================================================================================>] 99,427      --.-K/s   in 0.1s

2020-06-18 02:05:45 (720 KB/s) - 'kubeflow-fairing-0.7.3.tar.gz' saved [99427/99427]
(python36) [root@jinchi1 ~]# tar -zxvf kubeflow-fairing-0.7.3.tar.gz
...
(python36) [root@jinchi1 ~]# ll kubeflow-fairing-0.7.3/requirements.txt
-rw-r--r-- 1 501 games 538 Jun 18 01:46 kubeflow-fairing-0.7.3/requirements.txt

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #496

Special notes for your reviewer:

  1. Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

Release note:

kubeflow-bot commented 4 years ago

This change is Reviewable

pugangxa commented 4 years ago

/lgtm

jinchihe commented 4 years ago

/approve

Thanks @pugangxa

k8s-ci-robot commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jinchihe

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/kubeflow/fairing/blob/master/OWNERS)~~ [jinchihe] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment