Skip to content
Snippets Groups Projects
  1. Mar 13, 2022
  2. Mar 12, 2022
  3. Mar 11, 2022
  4. Mar 09, 2022
  5. Feb 02, 2022
  6. Feb 01, 2022
  7. Feb 02, 2021
  8. Feb 01, 2021
  9. Jan 21, 2021
  10. Nov 23, 2020
  11. Aug 16, 2020
    • Yuvi Panda's avatar
      Merge pull request #23 from manics/binder-badge · e7b907f9
      Yuvi Panda authored
      Add binder-badge.yaml
      e7b907f9
    • Simon Li's avatar
      Fix permissions on /opt/install · a3a047e6
      Simon Li authored
      a3a047e6
    • Simon Li's avatar
      Add ?urlpath=desktop to binder badge link · a7ec79f2
      Simon Li authored
      a7ec79f2
    • Simon Li's avatar
    • Simon Li's avatar
      Fix permissions on ~/.cache · cca5c031
      Simon Li authored
      `apt-get install xorg` somehow results in a `/home/jovyan/.cache` directory being created and owned by `root`, maybe because `HOME` is set to `/home/jovyan`? This prevents the `jovyan` user running other programs such as Firefox:
      
      ```
      $ podman build -t jupyter-desktop-server .
      ...
      
      $ podman run --rm jupyter-desktop-server ls -la
      total 40
      drwxrwxr-x. 7 jovyan users 4096 Aug 16 17:04 .
      drwxr-xr-x. 3 root   root  4096 Aug 16 17:04 ..
      -rw-rw-r--. 1 jovyan users  220 Feb 25 12:03 .bash_logout
      -rw-rw-r--. 1 jovyan users 3770 Jun 18 03:05 .bashrc
      drwx------. 2 root   root  4096 Aug 16 17:02 .cache
      drwxrwxr-x. 2 jovyan users 4096 Aug 16 17:04 .conda
      drwsrws---. 3 jovyan users 4096 Jun 18 03:10 .config
      drwsrws---. 2 jovyan users 4096 Jun 18 03:10 .jupyter
      -rw-rw-r--. 1 jovyan users  807 Feb 25 12:03 .profile
      drwsrwsr-x. 2 jovyan users 4096 Jun 18 03:05 work
      
      ```
      
      Note `fix-permissions $HOME` only makes it group writeable, it doesn't fix the owner which is why I'm using `chown` instead.
      ```
      drwxrwxr-x. 7 jovyan users 4096 Aug 16 17:08 .
      drwxr-xr-x. 3 root   root  4096 Aug 16 17:08 ..
      -rw-rw-r--. 1 jovyan users  220 Feb 25 12:03 .bash_logout
      -rw-rw-r--. 1 jovyan users 3770 Jun 18 03:05 .bashrc
      drwxrwx---. 3 root   users 4096 Aug 16 17:08 .cache
      drwxrwxr-x. 2 jovyan users 4096 Aug 16 17:08 .conda
      drwsrws---. 3 jovyan users 4096 Jun 18 03:10 .config
      drwsrws---. 2 jovyan users 4096 Jun 18 03:10 .jupyter
      -rw-rw-r--. 1 jovyan users  807 Feb 25 12:03 .profile
      drwsrwsr-x. 2 jovyan users 4096 Jun 18 03:05 work
      ```
      cca5c031
  12. Jul 27, 2020
  13. Jul 26, 2020
  14. Jul 08, 2020
  15. Jul 07, 2020
  16. Jun 30, 2020
  17. Jun 29, 2020
  18. Jun 28, 2020
  19. May 14, 2020
  20. Nov 20, 2019
  21. Nov 19, 2019