StatCan / aaw-kubeflow-containers

Containers built to be used with Kubeflow for Data Science
Other
24 stars 21 forks source link

chore(pypi): fix repo #614

Closed Jose-Matsuda closed 5 months ago

Jose-Matsuda commented 5 months ago

Description

What your PR adds/fixes/removes

Tests / Quality Checks

Are there breaking changes?

Ask yourself the next question;

If no, then carry on. If yes, there is a breaking change and we want to maintain the previous image do the following

JupyterLab extensions

VS Code tests

Code review

For some reason this updated or something... image as I cannot install say pandas naturally.

pip install pandas will just fail on das. whereas pip install pandas --extra-index-url with the above url with /simple works

chuckbelisle commented 5 months ago

Steps for testing $> pip uninstall pandas ---> uninstall existing pandas installation $> pip install pandas ---> This should fail $> pip install pandas --extra-index-url http://token:secret@artifactory.cloud.statcan.ca/artifactory/api/pypi/pypi-remote/simple --> Should install pandas as expected

Jose-Matsuda commented 5 months ago

Tested with; pip config set global.index-url https://account:token@artifactory.cloud.statcan.ca/artifactory/api/pypi/pypi-remote/simple

Jose-Matsuda commented 5 months ago

Confirming image