Skip to content

Releases: NeuroDesk/neurodesktop

2024-05-25

25 May 11:35
Compare
Choose a tag to compare

2024-03-27

27 Mar 22:51
Compare
Choose a tag to compare

What's Changed

  • Switch_to_apptainer by @stebo85 in #210
  • added (brkraw) and fixed multiple tools (mrtrix3, julia)

2024-01-12

17 Jan 00:38
Compare
Choose a tag to compare
  • fixed fsl GUI error, when starting fsl in VNC mode (the USER was not exported)
  • removed c.ServerApp.root_dir setting because it was causing an error when clicking on the Home button. Now it's not possible to navigate outside of the homedirectory anymore in the side panel.

2023-11-28

28 Nov 05:46
a4139c8
Compare
Choose a tag to compare

Fix ARM bugs and missing environment variables

  • fixed a bug where the /proc/cpuinfo file under ARM did not contain a MHz entry, which stopped Matlab from starting up
  • fixed a bug where the SINGULARITY_BINDPATH was not send in a jupyter notebook file

2023-10-29

30 Oct 09:28
Compare
Choose a tag to compare

bugfix: conda and mamba environments are now initialized correctly when neurodesktop starts up (not just in jupyter)

2023-09-20

08 Oct 22:57
Compare
Choose a tag to compare

The 2023-09-20 release includes the following updates:

  • the neurodesktop image is now multi-arch and supports x86 and ARM64 -> b2b4495
  • fixed recursive link creation in /data
  • switched to new cvmfs server geolocation DNS steering policy system: cvmfs[1,2,3].neurodesk.org resolve to 3 servers per region which are compared for speed by the client on startup -> 28a7fdb
  • fixed recursive execution of bash shell inside a singularity container:
  • fixed empty username: 61bf025
  • switched release tag naming scheme to YYYY-MM-DD instead of YYYYMMDD for better readability