-
Notifications
You must be signed in to change notification settings - Fork 0
devnotes
This is little notebook keeping an unordered list of things I have encounted when developing LoSTanSible.
Note that under Windows not every directory can be used as shared folder.
The host directory specified in -v <host dir>:<container dir> must be a subdir of C:\Users\<username>\.
The Dockerfile from waleeka's modern-deep-learning-docker Github repo served as a basis for my ow setup. Below I list the steps how to retrieve the Dockerfile from the repo instead of copy&paste.
Rationale: Later updates on the file are just a merge step away.
git remote add mdl-docker https://github.com/waleedka/modern-deep-learning-docker.git
git fetch
git checkout mdl-docker/master -- Dockerfile
to be completed
- Download StarUML3 from http://staruml.io/download
- Open the
StarUML Setup 3.0.1.exeusing 7zip. - Copy the content of
\$PLUGINSDIR\app-64.7z\in directory of you choice - Start
StarUML.exe
The regular call
virtualend my_project
does not work when the shared directory is located on the windows host. Rather use the --always-copy option
virtualend --always-copy my_project
The GitHub wiki web UI support a dialog where one can specify the image URL. The image can be placed in the repo, which is confusing. If one clones the repo, it will contain stuff not related to the code, but the wiki. There are various other ideas where to stores images for linking them in GitHub wiki.
This gist and this blogpost both describe how to store images within the wiki. I repeat the steps for convenience.
- clone your wiki repo
- add images to the images folder
- reference the images with
[[images/MY_IMAGE.PNG]](no backslash or dot beforeimages) - commit and push
- check page
Details of Design (DoD)
Details of Implementation (DoI)
- DepotManager Design
- Python Project Template
- Depot tax calculation
- Multi Stock Trading
- Run Jupyter Notebooks w/ Params
Notes