ersilia-os / eos7pw8

GNU General Public License v3.0
2 stars 1 forks source link

Changed the syba installation and tracked the zip file #17

Closed samuelmaina closed 1 year ago

samuelmaina commented 1 year ago

@GemmaTuron , The workflow failed because the unzip command was not found in the ubuntu workflow

#5 110.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#5 110.3 /tmp/ersilia-f8894agd/script.sh: line 7: unzip: command not found
#5 110.3 /tmp/ersilia-f8894agd/script.sh: line 8: cd: syba-master: No such file or directory

The default ubuntu environment for Colab has the zip package installed but the default distros don't have this package by default. I am not zipping or unzipping . I am able to fetch colab_eos7pw8_fetch (2).log

GemmaTuron commented 1 year ago

Hi @samuelmaina Instead of adding the .tar.gz file, could we simply add a wget command on dockerfile? so that the repo is not so heavy

samuelmaina commented 1 year ago

Hi @samuelmaina Instead of adding the .tar.gz file, could we simply add a wget command on dockerfile? so that the repo is not so heavy

That would a great idea. Let me change

samuelmaina commented 1 year ago

HI @GemmaTuron , I have made the changes the tests are passing. Can you have a look?