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 | |
| # Expected to run on vastai instance start. | |
| env | grep _ >> /etc/environment # To use env for non shell apps | |
| echo 'starting up' | |
| # git config --global credential.helper 'cache --timeout=172800' # 48 hours | |
| # git config --global --add user.name ArtyomK | |
| # git config --global --add user.email artyomkarpov@gmail.com |
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
| {"data": [{"colorbar": {"len": 0.5, "title": {"text": "Frequency"}, "y": 0.75}, "colorscale": [[0.0, "rgb(0,128,255)"], [1.0, "rgb(255,127,0)"]], "x": ["Blue", "Green", "Orange", "Red", "Yellow"], "y": ["James", "John", "Linda", "Mary", "Michael", "Patricia", "Robert"], "z": [[4, 1, 4, 5, 2], [1, 2, 0, 1, 2], [0, 1, 1, 0, 0], [7, 9, 2, 1, 8], [1, 1, 4, 6, 1], [2, 1, 3, 0, 2], [0, 0, 1, 2, 0]], "zmax": 12, "zmin": 0, "type": "heatmap", "xaxis": "x", "yaxis": "y"}, {"colorbar": {"len": 0.5, "title": {"text": "Frequency"}, "y": 0.25}, "colorscale": [[0.0, "rgb(0,128,255)"], [1.0, "rgb(255,127,0)"]], "x": ["Blue", "Green", "Orange", "Red", "Yellow"], "y": ["James", "John", "Linda", "Mary", "Michael", "Patricia", "Robert"], "z": [[6, 0, 0, 10, 0], [2, 0, 0, 2, 2], [0, 2, 0, 0, 0], [12, 12, 2, 0, 1], [2, 0, 0, 11, 0], [1, 3, 4, 0, 0], [0, 0, 0, 3, 0]], "zmax": 12, "zmin": 0, "type": "heatmap", "xaxis": "x2", "yaxis": "y2", "showscale": false}], "layout": {"template": {"data": {"histogram2dcontour": [{"type": "histo |
OlderNewer