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
I've tried to pull the image with: docker pull rnakato/shortcake:<version>
which successfully downloads everything.
Then, I've tried both docker run --gpus all --rm -it rnakato/shortcake /bin/bash and docker run --gpus all --rm -p 8888:8888 -v (your directory):/work/mnt rnakato/shortcake jupyternotebook.sh but they both give me the same error: exec /entrypoint.sh: no such file or directory
I've even tried to build the image by myself following the readme but this is the error I always get:
I've tried to pull the image with:
docker pull rnakato/shortcake:<version>
which successfully downloads everything.
Then, I've tried both
docker run --gpus all --rm -it rnakato/shortcake /bin/bash
anddocker run --gpus all --rm -p 8888:8888 -v (your directory):/work/mnt rnakato/shortcake jupyternotebook.sh
but they both give me the same error:exec /entrypoint.sh: no such file or directory
I've even tried to build the image by myself following the readme but this is the error I always get:
Hope you can help
The text was updated successfully, but these errors were encountered: