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

Adding docker support #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

neomatrix369
Copy link

This pull request is related to the issue #13.

  • Contains a few shells scripts and Dockerfile to build the docker image
  • A shell script to run the built container that hoists two volumes from the local machine into the container
  • Build the image using the docker/buildDockerImage.sh script
  • Push image to docker hub using docker/push-docker-image-to-hub.sh
  • Run the container using runDockerImage.sh
  • Version control the image via the version.txt file
  • Further details in the docker/README.md file

@neomatrix369
Copy link
Author

@tkrabel Please advise how you would like this docker scripts to be made available to the end-user

There is also an issue that needs solving i.e. When we load bamboolib from a Jupyter notebook via a container, it tends to forget the license activation process.

So importing the bamboolib prompts for a license code each time for a new session and even during an active session. Perhaps I need to mount certain folders to the host via a --volume option to ensure it's saved somewhere for it to remember.

…with Jupyter notebook, bamboolib installed and all the necessary dependencies

Related to issue tkrabel#13
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

Successfully merging this pull request may close these issues.

1 participant