Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/bin/sh: 0: Can't open start.sh #45

Closed
5MI7th3MI6 opened this issue Apr 17, 2021 · 3 comments
Closed

/bin/sh: 0: Can't open start.sh #45

5MI7th3MI6 opened this issue Apr 17, 2021 · 3 comments

Comments

@5MI7th3MI6
Copy link

Hello,

I tried running the container on both Docker and Singularity; however, I am getting this error "/bin/sh: 0: Can't open start.sh". Is there a way to fix this?

This is the command I ran on Docker docker run -p 9999:8097 -ti --rm -v pwd:/workspace/DeepHyperX/ registry.gitlab.inria.fr/naudeber/deephyperx:rc2 and on Singularity singularity run ./deephyperxtest_latest.sif.

Thank you!

@nshaud
Copy link
Owner

nshaud commented Apr 19, 2021

Hum, yeah, looks like there is a problem with the Docker image. The one from the registry is very old, you should build your own using the provided Dockerfile:

docker build . -t deephyperx:latest

@5MI7th3MI6
Copy link
Author

Thanks, It works when I build it with the Docker file. However, when I convert that file to Singularity, I get the same issue.
image

@nshaud
Copy link
Owner

nshaud commented Dec 16, 2021

I don't know what singularity is. Build your image using the Dockerfile so that it is up to date with the master branch and you should be fine.

@nshaud nshaud closed this as completed Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants