This file contains hidden or 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
#!/bin/bash | |
sudo yum install -y yum-utils curl && \ | |
sudo yum-config-manager \ | |
--add-repo \ | |
https://download.docker.com/linux/centos/docker-ce.repo && \ | |
sudo yum install docker-ce docker-ce-cli containerd.io -y && \ | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" \ | |
-o /usr/local/bin/docker-compose && \ | |
sudo chmod a+x /usr/local/bin/docker-compose && \ |
This file contains hidden or 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
{ | |
"embeddings": [ | |
{ | |
"tensorName": "lister files coupling", | |
"tensorShape": [717, 50], | |
"tensorPath": "https://gist.githubusercontent.com/deflinhec/91f9bb34da601bd68d21342ade13b154/raw/c16816a3b593b8cfd000156ad40a5228990ea775/couple_files_data.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/deflinhec/91f9bb34da601bd68d21342ade13b154/raw/36362eaece2e317cb10231fedbf71c810b20ab92/couple_files_meta.tsv" | |
} | |
] | |
} |
This file contains hidden or 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
{ | |
"embeddings": [ | |
{ | |
"tensorName": "lovefound files coupling", | |
"tensorShape": [1209, 50], | |
"tensorPath": "https://gist.githubusercontent.com/deflinhec/075c5941e3a95c3ffa7825156845249b/raw/6c83adf88519dbcb18a5497809a1991df9294e31/couple_files_data.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/deflinhec/075c5941e3a95c3ffa7825156845249b/raw/d011c0829f940dc96f8e02e60229e92af55a99b2/couple_files_meta.tsv" | |
} | |
] | |
} |