fedbiomed / fedbiomed

A collaborative learning framework for empowering biomedical research
https://fedbiomed.org
Other
37 stars 4 forks source link

Revise versions of packages included in Fed-BioMed #448

Closed srcansiz closed 1 year ago

srcansiz commented 1 year ago

In GitLab by @sharkovsky on Jan 9, 2023, 10:12

Revise versions of dependencies in Fed-BioMed:

General direction is to try to stick to up-to-date dependency versions (*). Exceptions:

Tasks:

Preliminary task:

Note: this issue was inspired by #293.

(*) in the future, we may want to support/package multiple versions of Fed-BioMed (one with up to date packages for secure/production deployments, one more laxist on package versions). This is beyond the scope of this issue.

srcansiz commented 1 year ago

In GitLab by @mvesin on May 24, 2023, 10:36

marked the checklist item check/adapt: run notebooks manually as completed

srcansiz commented 1 year ago

In GitLab by @mvesin on May 24, 2023, 14:34

marked the checklist item gui packages as completed

srcansiz commented 1 year ago

In GitLab by @mvesin on May 25, 2023, 09:42

marked the checklist item docker-compose software (support docker compose plugin instead ? docker-compose standalone is not supported anymore, but need to check MacOS and Windows WSL2 cases) as completed

marc-vesin commented 1 year ago

test dummy comment

mvesin commented 1 year ago

Unsuccessful tentative to use last version of boringtun v0.5.2. No problem with boringtun v0.4.0

$ WG_SUDO=1 boringtun-cli wg0
BoringTun started successfully

$ socat - UNIX-CONNECT:/var/run/wireguard/wg0.sock
get=1
listen_port=49683
errno=0

$ wg set wg0 private-key <(wg genkey)
$

# no error when setting key
$ socat - UNIX-CONNECT:/var/run/wireguard/wg0.sock
set=1
private_key=6040ad1d02595ad318d7b54673de74361d7cce0a1a617da5b851031243abe67a

errno=0

# but output does not seem to be coherent
$ socat - UNIX-CONNECT:/var/run/wireguard/wg0.sock
get=1
own_public_key=cf4ad568938b7535f70e7cc68c29e038b3022efb0fe5b9a6c9f76a7be5c71817
listen_port=49683
errno=0

$ wg show wg0
interface: wg0
  listening port: 49683
mvesin commented 1 year ago

Boringtun v0.5.2 unsuccessful tentative reported to boringtun developers : https://github.com/cloudflare/boringtun/issues/348