Last active
April 9, 2024 12:49
-
-
Save brianherman/63b65cdd92675f4a83cec1c483f293c9 to your computer and use it in GitHub Desktop.
More edigts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TLDR; This makes pip work. | |
https://docs.docker.com/engine/install/ | |
Inside your terminal CTRL-R cmd for windows. | |
CTRL-ALT-F2 -> Login -> receive bash prompt. | |
``` | |
docker run -t -i fedora:32 bash | |
``` | |
Inside the docker image | |
``` | |
git clone https://github.com/facebookincubator/cinder.git | |
yum install zlib-devel openssl-devel | |
./configure | |
make | |
make altinstall | |
``` | |
Tutorial: | |
https://youtu.be/4vpRaVsYUZg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://youtu.be/4vpRaVsYUZg