Martin Grünbaum
Martin Grünbaum
Hi there, What if I need to be able to use the result of run() of one Command to provide state that subsequent Command(s) can use? A very simple example...
I've installed tmux-ressurect and tmux-continuum via plugins. In my .tmux.conf I have the following: set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-ressurect' set -g @continuum-restore 'on' set -g status-right 'Continuum:...
I've forked to [alathon/torch-rnn-server](https://github.com/alathon/torch-rnn-server) because I had trouble running the Dockerfile provided here. In particular, because I run CUDA 9.1, the Ubuntu image that `Dockerfile` is using gave me a...