Base docker with Python 3.8 and Java. It can be useful for Python projects with using java-based code like Tika, some models in NLTK
One-time steps
- First, make sure you have Docker installed on your machine.
- Download docker image from hub:
docker pull atepeq/python_java_docker:latest
Run the following command:
build.ps1
Run the following command:
build.sh
This command calls the build.ps1
script which is written to be compliant with PowerShell & Bash syntax, so all tags are placed in the build.ps1
side.
If you get the following error:
bash: ....../build.sh: Permission denied
use the following command:
chmod u+x build.sh