-
Windows
Download sdelete from Microsoft Technet
sdelete -c -z c:\
- Linux
| if [[ "$OSTYPE" == "linux-gnu" ]]; then | |
| alias mac-keyboard="setxkbmap -option" | |
| alias pc-keyboard="setxkbmap -option altwin:swap_alt_win" | |
| fi |
| # See all tag variants at https://hub.docker.com/r/tensorflow/tensorflow/tags/ | |
| FROM tensorflow/tensorflow:latest-gpu-py3-jupyter | |
| RUN pip install keras | |
| RUN pip install Pillow | |
| # -m option creates a fake writable home folder for Jupyter. | |
| RUN groupadd -g 1000 justin && \ | |
| useradd -m -r -u 1000 -g justin justin | |
| USER justin |
| Solutions | |
| 1. Very brutal | |
| sudo apt-get purge ibus | |
| killall ibus-daemon | |
| 2. .xinputrc | |
| ~/.xinputrc | |
| # Don't run ibus, which steals C-SPC. |