You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the skilloracle vowpalwabbit based Dockerfile pip3 is upgraded to a modern version. However, this triggers this behavior seen here: Homebrew/legacy-homebrew#25752, overwrites pip w/ pip3
Ideally, pip would still point to the python2 version and pip3 would be upgraded to the python3 version. Replace pip with pip3 in the Dockerfile above.
The text was updated successfully, but these errors were encountered:
In the skilloracle vowpalwabbit based Dockerfile pip3 is upgraded to a modern version. However, this triggers this behavior seen here: Homebrew/legacy-homebrew#25752, overwrites pip w/ pip3
Ideally, pip would still point to the python2 version and pip3 would be upgraded to the python3 version. Replace pip with pip3 in the Dockerfile above.
The text was updated successfully, but these errors were encountered: