Created
April 7, 2020 19:07
-
-
Save franz101/9e90645ecaf39153da0007b5250e9f91 to your computer and use it in GitHub Desktop.
Docker Setup and cheat sheets
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
# Launch an EC2 Instance: | |
# https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1 | |
# SSH into your instance | |
# Locate docker installation. For example on CentOS: | |
# https://docs.docker.com/engine/install/centos/ | |
# Examples | |
# https://github.com/PacktPublishing/Docker-Fundamentals/ | |
# Useful commands: | |
# docker ps | |
# -> Cheat sheets: | |
# - https://github.com/wsargent/docker-cheat-sheet | |
# - https://devhints.io/docker | |
# Docker Compose: | |
# - https://devhints.io/docker-compose | |
# https://docs.docker.com/compose/install/ | |
# Install docker-nvidia: | |
# https://github.com/NVIDIA/nvidia-docker | |
# https://github.com/minhng92/pytorch-docker-jupyter/tree/master/pytorch_gpu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment