Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The Non-Zero Exit Code 137 While Building a Docker Image
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
According to Container exits with non-zero exit code 137, there are 2 possible reasons that have caused this.
-
The container received a docker stop, and the application did not gracefully handle …
General Tips for Docker
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Configure automated builds on Docker Hub
Configure automated builds with Bitbucket
Links
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
https://coderwall.com/p/4g8znw/things-i-learned-while-writing-a-dockerfile
http://stackoverflow.com/questions/25311613 …
Tips on Creating Docker Images
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Docker caches building operations. When cache for an operation is available, Docker use the cache layer directly and avoid building the layer again.
-
The command
ARG
creates environment variables for build-time …
Tips on Firefox
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
In Debian, Iceweasel sometimes fail to wrap Chienes page well. To solve the problem, you can just remove the .mozilla directory under you home directory. The cons is that this might …
Converting JupyterLab Notebooks
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
jupyter-book
fastpages
nbconvert
jupyter/nbclient
PaperMill
PaperMill is a tool for parameterizing, executing, and analyzing Jupyter Notebooks.