Skip to content

Base docker with Python 3.7 and Java. It can be useful for Python projects with using java-based code like Tika, some models in NLTK

License

Notifications You must be signed in to change notification settings

serge-sotnyk/python_java_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_java_docker

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

Getting Started

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

Build docker

Windows

Run the following command:

build.ps1

Linux/Mac

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

About

Base docker with Python 3.7 and Java. It can be useful for Python projects with using java-based code like Tika, some models in NLTK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published