cresset-template / cresset

Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
MIT License
714 stars 41 forks source link

Enable default shell on tmux. #150

Closed veritas9872 closed 10 months ago

veritas9872 commented 11 months ago

Add RUN echo 'set-option -g default-shell /bin/zsh' >> /etc/tmux.conf to get tmux to use zsh on startup.