Explore >> Select a destination


You are here

0pointer.de
| | negativesign.com
9.8 parsecs away

Travel
| | In my previous post I talked about how to build some Docker containers to run a deep learning-focused1 JupyterHub instance. It's nice for several reasons if the JupyterHub server brings itself up when the system starts. Here's how to do that-an adaptation of this Stack Overflow post. Create a file at /etc/systemd/system/docker-jupyterhub.service and put the following text into the file. [Unit] Description=JupyterHub container Requires=docker.service After=docker.service [Service] Restart=always ExecStart...
| | vmiklos.hu
33.3 parsecs away

Travel
| | Posts and writings by Miklos Vajna
| | seb.jambor.dev
7.9 parsecs away

Travel
| | systemd by example. Part 4: Installing units.
| | 0pointer.de
53.2 parsecs away

Travel
| Posts and writings by Lennart Poettering