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
<link rel="stylesheet" href="https://startr.style/style.css"> | |
<div class="stack"> | |
<div class="stack--status"> | |
<i class="fa fa-remove"></i> | |
<i class="fa fa-check"></i> | |
</div> | |
<div class="stack--cards"> | |
<div class="stack--card"> |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Reveal.js Presentation</title> | |
<meta | |
name="viewport" | |
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" | |
/> |
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
#!/bin/bash | |
# Highlighting and emojis | |
YELLOW='\033[1;33m' | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NC='\033[0m' # No Color | |
WARNING_EMOJI=$'\xE2\x9A\xA0' | |
CHECKMARK_EMOJI=$'\xE2\x9C\x85' |
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
#!/bin/bash | |
# An alternative to "links", run this script after starting or stopping any | |
# container. It's a hack to update the host machine (vagrant) /etc/hosts with | |
# the current active docker containers and tell dnsmasq to refresh. | |
# | |
# Then start each machine with "-dns ${DOCKER_HOST_IP}", e.g. | |
# $ docker run -d -name mycontainer1 -dns 10.0.3.1 MYPRODUCT | |
# You can't seem to set the DNS during "docker build". | |
# | |
# Diagnostic command to run in host or while logged into containers: |
First, have a look at this simple example. Now, read on for more details:
- Find/create a docker-compose file for the app you're interested in.
- Add
captainVersion: 4
to the very top of the yaml file. - Add this section to the end of the yaml file:
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
header | |
img(src='https://source.unsplash.com/random/901x200/?example', alt='Example Image', style=' --w:100% ') | |
section.wow.animate__fadeIn(style='--p: 2rem; --ta: center') | |
h1 Heading Level 1 | |
h2 Heading Level 2 | |
h3 Heading Level 3 | |
h4 Heading Level 4 | |
h5 Heading Level 5 |
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
#!/bin/bash | |
# Version 1.3 | |
# Copyright (c) Startr LLC. All rights reserved. | |
# This script is licensed under the GNU Affero General Public License v3.0. | |
# For more information, see https://www.gnu.org/licenses/agpl-3.0.en.html | |
# OpenCo™ Cocom Build 'n' Run Script | |
# This simple script builds and runs this directory 's Dockerfile Image |
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
/* I have only tested this on Chrome but it | |
prints nicely to A4 size */ | |
@media print { | |
body { | |
width: 210mm; | |
height: 297mm; | |
} | |
} |
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
numpy~=1.19.5 | |
tqdm~=4.45.0 | |
wandb>=0.11.2 | |
einops~=0.3.0 | |
requests~=2.25.1 | |
fabric~=2.6.0 | |
optax==0.0.6 | |
git+https://github.com/deepmind/dm-haiku | |
git+https://github.com/EleutherAI/lm-evaluation-harness/ | |
ray[default]==1.4.1 |
NewerOlder