viash-io/viash

[BUG] permission denied when using Docker Desktop

Opened this issue · 0 comments

What happened?

When running viash -v in the folder of my local Biobox repository I got a an error message java.io.IOException: Cannot run program "/home/leilapaquay/.viash/releases/0.9.0-RC6/viash" (in directory "/home/leilapaquay/Documents/temp/biobox"): error=13, Permission denied
However, it worked correctly if I ran the same command in other directory...

Steps to reproduce

  • Install Docker desktop
  • Clone Biobox repository
  • (I made some changes in the Github Desktop 'file sharing' configuration to solve a earlier issue. Not sure if that contributed to the issue)
  • Go to the Biobox folder and run viash -v

Expected behavior

I expected viash -v to output the Viash version

Relevant log output

java.io.IOException: Cannot run program "/home/leilapaquay/.viash/releases/0.9.0-RC6/viash" (in directory "/home/leilapaquay/Documents/temp/biobox"): error=13, Permission denied

Version

  • OS: Fedora 6.5.6-300.fc39.x86_64
  • Java: openjdk version "17.0.11" 2024-04-16
  • Viash: 0.8.6
  • Docker dekstop: not sure as I have since uninstalled it

Possible solution

No response

Confirmation

  • I have searched the existing issues to make sure this is not a duplicate.
  • I have provided clear and concise information about the bug.

Additional context

No response