We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code state is 03f8046
When I run the supposedly interactive docker run command,
docker run -ti --volume ${PWD}/model-generation/notebooks:/data/notebooks \ --volume ${PWD}/experiments/${EXPERIMENT}/corpus:/data/corpus \ --volume ${PWD}/experiments/${EXPERIMENT}/model:/data/model \ --user $(id -u):$(id -g) \ doc2vec /bin/bash
I don't get a prompt like I expected, but instead the notebooks are processing the corpus.
The text was updated successfully, but these errors were encountered:
related: maybe we can map the ports for the interactive run so users can see jupyter notebook server with the container's notebooks.
Sorry, something went wrong.
@meiertgrootes experience same reviewing #95 , I think command should be changed from doc2vec /bin/bash to --entrypoint /bin/bash doc2vec.
doc2vec /bin/bash
--entrypoint /bin/bash doc2vec
Can this be closed?
No branches or pull requests
code state is 03f8046
When I run the supposedly interactive docker run command,
I don't get a prompt like I expected, but instead the notebooks are processing the corpus.
The text was updated successfully, but these errors were encountered: