Skip to content

Commit 1ff83fc

Browse files
committed
updated readme and organied folders
1 parent b384804 commit 1ff83fc

38 files changed

Lines changed: 8849 additions & 5 deletions

0 Tools/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Scope of Tools/platforms (not all may be used)
1+
# Scope of Tools/platforms
22

33
1. Play With Docker: https://labs.play-with-docker.com/
44

@@ -10,4 +10,6 @@
1010

1111
Gitpod https://www.gitpod.io/
1212

13-
Goormide https://ide.goorm.io
13+
Goormide https://ide.goorm.io
14+
15+
5. Docker hub account (for docker repo )

01 Intro Docker/01A Setup 1/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ torchvision==0.13.1+cpu
6464
docker ps -a
6565
docker logs <ID> # get ID from above and see console outpu
6666

67-
FROM ubuntu:latest
68-
RUN_OUT=$(docker build -t testimg .)
69-
python3 -c "import json; json.loads('$RUN_OUT')"
67+
### References
68+
1. https://www.cloudbees.com/blog/the-basics-of-the-docker-run-command
69+
70+
2. [Oriellys session](https://github.com/nsadawi/DockerLinReg)- ppt explaination, examples
71+
7072

02 Cookiecutter-PyTorch Lightning and COG/02A Pytorch Lightning/PyTorch Lightning Introduction-TPU.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)