You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olá, estou tentando utilizar a ferramenta pelo Docker, mas recebo o seguinte erro:
/bin/bash: /home/pango_update: No such file or directory
Olhando o arquivo Dockerfile percebi que na linha 12 o comando RUN /bin/bash -c "source /home/pango_update" busca pelo arquivo pango_update que realmente não está na path /home/pango_update, mas sim na path ~/ViralFlow (pasta que vem com o git clone).
Quando eu chamo o comando source /home/lacen/ViralFlow/pango_update ele consegue ativar o ambiente do pangolin e logo em seguida realizar as atualizações.
Olá, estou tentando utilizar a ferramenta pelo Docker, mas recebo o seguinte erro:
/bin/bash: /home/pango_update: No such file or directory
Olhando o arquivo Dockerfile percebi que na linha 12 o comando RUN /bin/bash -c "source /home/pango_update" busca pelo arquivo pango_update que realmente não está na path /home/pango_update, mas sim na path ~/ViralFlow (pasta que vem com o git clone).
Quando eu chamo o comando source /home/lacen/ViralFlow/pango_update ele consegue ativar o ambiente do pangolin e logo em seguida realizar as atualizações.
$ source /home/lacen/ViralFlow/pango_update
Activating pangolin
Updating pangolin
pangolin already latest release (v4.1.2)
pangolin-data already latest release (v1.14)
constellations already latest release (v0.1.10)
scorpio already latest release (v0.3.17)
Saberia me dizer como eu posso resolver este problema?
The text was updated successfully, but these errors were encountered: