{"id":22848378,"url":"https://github.com/feedzai/oracle-jep-miniconda","last_synced_at":"2026-02-12T10:02:10.828Z","repository":{"id":56687595,"uuid":"136826261","full_name":"feedzai/oracle-jep-miniconda","owner":"feedzai","description":"Docker container with Oracle JDK + JEP + Miniconda","archived":false,"fork":false,"pushed_at":"2020-10-25T07:45:48.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T22:33:42.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feedzai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-10T16:36:50.000Z","updated_at":"2018-07-26T09:41:57.000Z","dependencies_parsed_at":"2022-08-15T23:20:29.483Z","dependency_job_id":null,"html_url":"https://github.com/feedzai/oracle-jep-miniconda","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/feedzai/oracle-jep-miniconda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Foracle-jep-miniconda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Foracle-jep-miniconda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Foracle-jep-miniconda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Foracle-jep-miniconda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feedzai","download_url":"https://codeload.github.com/feedzai/oracle-jep-miniconda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Foracle-jep-miniconda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29363010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T04:11:34.444Z","updated_at":"2026-02-12T10:02:10.788Z","avatar_url":"https://github.com/feedzai.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oracle-jep-miniconda\n[![Build Status](https://travis-ci.com/feedzai/oracle-jep-miniconda.svg?branch=master)](https://travis-ci.com/feedzai/oracle-jep-miniconda)\n\nDocker container with the following software installed:\n * Oracle JDK 8\n * [JEP](https://github.com/ninia/jep)\n * [miniconda](https://conda.io/miniconda.html) with Python3 and the following packages:\n    * numpy \n    * scipy \n    * pandas \n    * scikit-learn\n\nSeveral environment variables are also set up to make it easier for your Java processes to leverage all of this:\n```\nENV CONDA_HOME /root/miniconda3\nENV PATH $CONDA_HOME/bin:$PATH\nENV CONDA_ENVIRONMENT conda-environment\nENV JEP_LOCATION ${CONDA_HOME}/envs/${CONDA_ENVIRONMENT}/lib/python3.6/site-packages/jep\nENV JEP_JAR ${JEP_LOCATION}/jep-3.7.1.jar\n\n# Most software that requires JEP will probably need to point to the dyn libs generated by the command above\nENV LD_LIBRARY_PATH ${JEP_LOCATION}:${LD_LIBRARY_PATH}\n\n# Processes that must see the correct python must add this variable to LD_PRELOAD (i.e. `export LD_PRELOAD=$TO_PRELOAD`)\n# We don't do it here since that breaks yum\nENV TO_PRELOAD ${CONDA_HOME}/envs/${CONDA_ENVIRONMENT}/lib/libpython3.6m.so\n```\n\nTo run in the correct environment the easiest way is to do:\n```\nsource activate $CONDA_ENVIRONMENT\nexport LD_PRELOAD=$TO_PRELOAD\njava -cp \u003cyour-classpath\u003e:$JEP_JAR \u003cyour java command\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedzai%2Foracle-jep-miniconda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeedzai%2Foracle-jep-miniconda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedzai%2Foracle-jep-miniconda/lists"}