Skip to content

Instantly share code, notes, and snippets.

View deflinhec's full-sized avatar

deflinhec deflinhec

View GitHub Profile
@deflinhec
deflinhec / CentOS7Docker.sh
Created August 15, 2023 10:35
CentOS7 docker oneliner installer
#!/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 && \
{
"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"
}
]
}
@deflinhec
deflinhec / couple_files.json
Last active May 27, 2020 18:19
tensorflow lovefound
{
"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"
}
]
}