cresset-template / cresset

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

Better zsh experience for non-interactive mode in case it is used after download. #124

Closed veritas9872 closed 1 year ago

veritas9872 commented 1 year ago

Make zsh configurations global for all users, even in the non-interactive images. This may be useful if exported images are executed interactively after being installed.

Also remove ineffective chsh commands.

veritas9872 commented 1 year ago

Forgot to mention that the non-interactive images no longer have a dependency on zsh, even though the zsh configuration files are available. This may be useful for minimalist deployments.